OpenAIChatCopilotOptions.WithRestoreContextFromBackup

OpenAIChatCopilotOptions.WithRestoreContextFromBackup method

Sets whether to restore the context from backup in the chat copilot options.

public OpenAIChatCopilotOptions WithRestoreContextFromBackup(bool restoreContext)
ParameterTypeDescription
restoreContextBooleanA value indicating whether to restore the context from backup.

Return Value

The current instance of OpenAIChatCopilotOptions.

See Also