Replies: 1 comment
-
Now this:
Sorry, unnecessary, yes I am getting somewhere. |
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.
-
Hi,
In my multimodal-live-api/lwebsocket-demo-app, I could declare a function declaration and also could receive a function_call response from the model. The function runs, generates an answer. How could I send function response back to model? I am trying something like:
but no chance, I am receiving "Invalid JSON payload received. Unknown name "function_response": Cannot find field". I tried numerous other field names, like functionResponse, function_responses, tool_response, tool_call... etc., always the same result.
In what structure should this function_response message be? All documentation examples on it are in python, how can I do it on JS? Please help!
Beta Was this translation helpful? Give feedback.
All reactions