Bad request #655
Bad request
#655
Replies: 1 comment
-
so i was doing two simultaneous LLM calls, and messages were same in both |
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'm getting this error
Error code: 400 - {'error': {'message': \"An assistant message with 'tool_calls' must be followed by tool messages responding to each 'tool_call_id'. The following tool_call_ids did not have response messages: call_KqmgeDw4EcFeJaxlINE4R0tr\", 'type': 'invalid_request_error', 'param': 'messages.[16].role', 'code': None}}
simple LLM call with gpt-3.5-turbo-0125 azure model, i'm using
azure client like
the model is
class GenResponse(BaseModel): response: str req_assistance: bool objective: bool
and i'm not using function calling on my end, so it has to be from the library itself
Beta Was this translation helpful? Give feedback.
All reactions