endpoint to chatid with agent/ assistant with tools #3782
Replies: 1 comment
-
I used the stream feature in SDK to resolve this error |
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 a chatflow on my instance of flowise, and I am not figuring out how to access an agent (openAI assistant with tools) I created. If I use the /prediction/ endpoint, I hit the 500 error or required_action error which also lists the thread and run ids. Is there a way to send an API request straight to the chat flow ID and get the complete response, including tools, as complete response after processing? Also, if that requires an app (code) rather than a simple HTTP request, how do you structure is as a concept and manage threads/ runs that seem to be driving the error to get this happen through code.
I have examined the API Docs and couldn't figure it out from there.
Error I am referring to:
Flowise API Error: Error: predictionsServices.buildChatflow - Error: Error submitting tool outputs: requires_action, Thread ID: thread_ID, Run ID: run_ID
Beta Was this translation helpful? Give feedback.
All reactions