Replies: 2 comments 7 replies
-
Other times (after figuring out how to turn the logging on), when clicking the suggested button to ask about pikachu stats, I can see in the logging that it is replying about being confused and needing more context, however this reply does not make it to the UI, and I never get a reply. This is on unmodified code other than adding my own Api keys for openai and the weather service (which mostly works) I'm trying to make sure i fully understand these agents before I decide to adapt/implement my own on this platform. |
Beta Was this translation helpful? Give feedback.
-
@olivierhalupczok Your demo page seems to suffer the same problem. |
Beta Was this translation helpful? Give feedback.
-
/Users/tim/Projects/openai-assistant/node_modules/openai/src/error.ts:70
return new BadRequestError(status, error, message, headers);
^
Error: 400 Runs in status "in_progress" do not accept tool outputs.
at Function.generate (/Users/tim/Projects/openai-assistant/node_modules/openai/src/error.ts:70:14)
at OpenAI.makeStatusError (/Users/tim/Projects/openai-assistant/node_modules/openai/src/core.ts:383:21)
at OpenAI.makeRequest (/Users/tim/Projects/openai-assistant/node_modules/openai/src/core.ts:446:24)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AssistantStream._createToolAssistantStream (/Users/tim/Projects/openai-assistant/node_modules/openai/src/lib/AssistantStream.ts:224:20)
at AssistantStream._runToolAssistantStream (/Users/tim/Projects/openai-assistant/node_modules/openai/src/lib/AbstractAssistantStreamRunner.ts:246:12)
Beta Was this translation helpful? Give feedback.
All reactions