AICopilotFactory.CreateChatCopilot

AICopilotFactory.CreateChatCopilot<TOptions> method

Creates a chat copilot based on the client and options.

public static IChatCopilot CreateChatCopilot<TOptions>(IChatClient<TOptions> client, 
    IChatCopilotOptions<TOptions> options)

See Also