Agent + Actions send a JSON as a string and not as an object #9187
chunkete
started this conversation in
Help Wanted
Replies: 1 comment 3 replies
-
Post the OpenAPI spec for your Action and someone might be able to help you. |
Beta Was this translation helpful? Give feedback.
3 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.
-
Hi All, I am building and agent that I expect to send a JSON as an object to then handle it in other app. This is created as an Action.
The agent is working well and defining well the JSON, I asked it to write it in the chat box, the issue is when sending, it sends it as an String not as an object, see below:
I have asked the LLM for the function it is using, and it is the following:
In the actions UI I cannot modify the properties, and I don't know where this function is stored to modify it.
What my app is receiving is the following:
Any idea on how to send it correctly? What am i doing wrong?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions