CopilotOptions
Defines options for Copilot.
Parameters
shouldSendHistoryOnlyWithFeedback
true if Copilot History files should be sent only when they include Feedback events. Default is false
maxHistoryFileLengthMillis
if a session takes longer than this value, the history file will be split into several parts
maxHistoryFilesPerSession
if there are more history files for a session than this value, only the last maxHistoryFilesPerSession files will be uploaded
maxTotalHistoryFilesSizePerSession
if the total size of history files exceeds this value, some of the first files will not be uploaded
shouldRecordFreeDriveHistories
true if Copilot should record history files in Free Drive state. Default is true
Types
Link copied to clipboard
Builder for CopilotOptions.