Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
here bro |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
When I create a workspace using the agent, I encounter the following issue and would like to consult on the possible cause. In the tool invocation response, there are two pieces of information:
{"GetCrmServerList": "{"response_out":”……"}
and
tool response: {"response_out":”……"}.
GetCrmServerList is a tool I defined, and response_out is the result returned by the tool. However, an additional tool response message appears afterward, and its content is identical to what is in the {"GetCrmServerList": "{"response_out":”……"}.
When the content returned in response_out is relatively long, the data returned through the agent tool invocation is doubled.
2. Additional context or comments
No response
Beta Was this translation helpful? Give feedback.
All reactions