CopilotOptions

class CopilotOptions

Defines options for Copilot.

Parameters

shouldSendHistoryOnlyWithFeedback

true if Copilot History files should be sent only when they include Feedback events. Default is false

Types

Link copied to clipboard
class Builder

Builder for CopilotOptions.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Regenerate whenever a change is made

Link copied to clipboard
open override fun hashCode(): Int

Regenerate whenever a change is made

Link copied to clipboard
fun toBuilder(): CopilotOptions.Builder
Link copied to clipboard
open override fun toString(): String

Returns a string representation of the object.

Properties

Link copied to clipboard
val shouldSendHistoryOnlyWithFeedback: Boolean