Skip to content

Commit

Permalink
Clarify BaseChatAgent description in __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gagb authored Dec 11, 2024
1 parent 5a83dc0 commit 9ae7fa6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
This module initializes various pre-defined agents provided by the package.
The BaseChatAgent class is the base class for all agents, and the other agents.
BaseChatAgent is the base class for all agents in AgentChat.
"""

from ._assistant_agent import AssistantAgent, Handoff # type: ignore
Expand Down

0 comments on commit 9ae7fa6

Please sign in to comment.