You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've come across an issue when submitting toll outputs and streaming the response back to the client. The stream just seems to end straight away and doesn't send any data back.
Alternatively, when I submit the tool outputs via a standard http call, the responses stream back just fine.
This is the tool output I'm sending back, this is just test data so feel free to use it. products.json
This is the code I use to submit the tool outputs using the SDK:
I've come across an issue when submitting toll outputs and streaming the response back to the client. The stream just seems to end straight away and doesn't send any data back.
Alternatively, when I submit the tool outputs via a standard http call, the responses stream back just fine.
This is the tool output I'm sending back, this is just test data so feel free to use it.
products.json
This is the code I use to submit the tool outputs using the SDK:
There is no error from the stream, it just ends straight away.
This is the http code I'm using where the streaming works:
I'm not sure what other information you'd require, but if you do need anything else please let me know. I'm happy to help out.
The text was updated successfully, but these errors were encountered: