Replies: 1 comment
-
@taoisu This works for me to add extra data to the request |
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
-
I have some data to send to the chat side, say { "foo": "bar" }, in handleSubmit I do:
At some point I need to use tool and wait for user interaction, after that I call
addToolResult
, but when addToolResult gets called there is no way for me to add "foo": "bar" in the request, does anyone know if this is possible? Or if there is any alternative for me to send such data along with addToolResult?Beta Was this translation helpful? Give feedback.
All reactions