OpenAIChatCopilotOptions.WithContextBackupJsonPath

OpenAIChatCopilotOptions.WithContextBackupJsonPath 方法

设置聊天助手选项中上下文备份 JSON 的文件路径。

public OpenAIChatCopilotOptions WithContextBackupJsonPath(string filePath)
参数类型描述
filePath字符串上下文备份 JSON 的文件路径。

返回值

当前的 OpenAIChatCopilotOptions 实例。

另请参阅