Currently I create a new conversation and associate with my responses.create. I have around 15 function calls, let says during the processing if one tool fails. I get this error
Error: 400 No tool output found for function call call_sZUx4U3b0WErUN0e2TyXYQMI.
at APIError.generate (/root/gitlocal/todobuddy/node_modules/openai/core/error.js:45:20)
at OpenAI.makeStatusError (/root/gitlocal/todobuddy/node_modules/openai/client.js:163:32)
at OpenAI.makeRequest (/root/gitlocal/todobuddy/node_modules/openai/client.js:331:30)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
I am not able to make any more conversations there after, I have delete the conversation and restart. How can I get away from this issue