How do agents differ (Conversable and assistant)? #2809
Unanswered
aneeshmb02
asked this question in
Q&A
Replies: 1 comment 4 replies
-
To my mind, Conversable Agent is for textual interactions, while the assistant agent is more focused on execute tasks... But I can be wrong |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was playing around with the sequential chat notebook and I noticed that I get very different results when I use the ConversableAgent and AssistantAgent for the coder agent. Can anyone tell me why is that? Isn't the assistant just a subclass of the conversable?
I have not configured the assistant in any specific way. The prompt is also pretty generic, just understand a simple code (multiply and square functions) and write unit tests for them. The interesting thing is, the conversable agent actually does a much better job than the assistant.
Beta Was this translation helpful? Give feedback.
All reactions