Replies: 1 comment
-
|
This can be achieved by method generate_oai_reply(messages) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My work contains combination of tasks that involves a single agent and multiple agents. For example traditionally, we would use something like below
The desirable output from above task would be something like:
where did Los Angeles Dodgers won the World Series in 2020Is there a way for me to accomplish the task above within an Autogen framework ?
The summary then becomes the input to a agent-based conversation
user_proxy.initiate_chat(assistant, message=where did Los Angeles Dodgers won the World Series in 2020)Beta Was this translation helpful? Give feedback.
All reactions