mirror of
https://github.com/microsoft/autogen.git
synced 2025-07-16 21:41:02 +00:00
598 B
598 B
AssistantAgent
AssistantAgent
is a built-in agent in AutoGen
that acts as an AI assistant. It uses LLM to generate response to user input. It also supports function call if the underlying LLM model supports it (e.g. gpt-3.5-turbo-0613
).