Replies: 1 comment 2 replies
-
|
@kmoyya there's not much to go on here, I think the cancellederror itself is coming from the MCP package, so please share a bit of code of how you setup the mcp server, and any logs you can get (with logging level on debug) |
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.
-
response = await agent.run(messages=request.user_query)Log Pattern:
[timestamp] - agent_framework - INFO - Function [name] succeeded.
[timestamp] - agent_framework - DEBUG - Function result: [result_object]
[timestamp] - agent_framework - DEBUG - _try_execute_function_calls: tool_map keys=[...]
[timestamp] - agent_framework - DEBUG - Checking function call: type=function_call, name=[name]
CancelledError('Cancelled by cancel scope [id]')
Any body faced similar error? What can be the probable reason behind this? Highly Appreciate any pointers
Beta Was this translation helpful? Give feedback.
All reactions