OpenAIChatCopilotOptions.WithContextBackupJsonPath

OpenAIChatCopilotOptions.WithContextBackupJsonPath method

Sets the file path for the context backup JSON in the chat copilot options.

public OpenAIChatCopilotOptions WithContextBackupJsonPath(string filePath)
ParameterTypeDescription
filePathStringThe file path for the context backup JSON.

Return Value

The current instance of OpenAIChatCopilotOptions.

See Also