I have a assistant that succesfully calls a tool and succesfully getst the output from the tool 30 - 40 % of the time th other 60-70% it correctly calls the function i display the output I want from the function I send it to the
self.run = self.client.beta.threads.runs.submit_tool_outputs_and_poll(
thread_id=self.thread.id,
run_id=self.run.id,
tool_outputs=tool_outputs
)
and the tool sits in requires_action and never updates. This code has 3 other functions that all work using the same code
Not sure but it seems like a backend issue has it does correctly work on the call sometimes . At pres I get stick in a infinite requires action loop
ool outputs submitted successfully.
tool_run status_the_first: requires_action
tool_run status: requires_action
run_5oHfa2DkqqlJnfpT6S6qq4sP
tool_run status: requires_action
run_5oHfa2DkqqlJnfpT6S6qq4sP
tool_run status: requires_action
run_5oHfa2DkqqlJnfpT6S6qq4sP
tool_run status: requires_action
run_5oHfa2DkqqlJnfpT6S6qq4sP
tool_run status: requires_action
run_5oHfa2DkqqlJnfpT6S6qq4sP
tool_run status: requires_action
run_5oHfa2DkqqlJnfpT6S6qq4sP
tool_run status: requires_action
run_5oHfa2DkqqlJnfpT6S6qq4sP
tool_run status: requires_action
run_5oHfa2DkqqlJnfpT6S6qq4sP
tool_run status: requires_action
run_5oHfa2DkqqlJnfpT6S6qq4sP
tool_run status: requires_action
run_5oHfa2DkqqlJnfpT6S6qq4sP
tool_run status: requires_action
run_5oHfa2DkqqlJnfpT6S6qq4sP
Any ideas ?