OpenAIClient.GetChatCopilot

OpenAIClient.GetChatCopilot method

Gets an instance of IChatCopilot with the specified options.

public IChatCopilot GetChatCopilot(IChatCopilotOptions<OpenAIChatCopilotOptions> options)
ParameterTypeDescription
optionsIChatCopilotOptions`1The options for the chat copilot.

Return Value

An instance of IChatCopilot.

See Also