SelectorGroupChat is not hitting run running LLM #5718
Unanswered
sunilsvsnlr
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Based on user input, it should call the QueryProcessingAgent and prepare the prompt and then send to LLM. Once LLM generated python code it should call CodeExecutionAgent to run python code locally by reading local file data to show result. If any of the error while executing code it should call QueryProcessingAgent to correct the code. Its not hitting run or on_messages in the agent.
Can any one help please?
Below is my code
Beta Was this translation helpful? Give feedback.
All reactions