IChatClient1.GetChatCopilot

IChatClient<TOptions>.GetChatCopilot method

Gets an instance of IChatCopilot with the specified options.

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

Return Value

An instance of IChatCopilot.

See Also