chat_completion_agent Module

Classes

ChatCompletionAgent

A KernelAgent specialization based on ChatCompletionClientBase.

Note: enable function_choice_behavior on the PromptExecutionSettings to enable function choice behavior which allows the kernel to utilize plugins and functions registered in the kernel.

Note: This class is experimental and may change in the future.

Initialize a new instance of ChatCompletionAgent.