You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried to add parameters, but it doesnt work and send:
Error:
Connection error.
respx.models.SideEffectError: <Route <Scheme eq 'https'> AND <Host eq 'api.openai.com'> AND <Method eq 'GET'> AND <URL regex re.compile('/v1/threads/(?P<thread_id>[a-zA-Z0-9\\_]+)/messages')>>
The above exception was the direct cause of the following exception:
TypeError: can only concatenate str (not "int") to str
The above exception was the direct cause of the following exception:
client.beta.threads.messages.list(thread_id=thread_id, limit=limit, order=order, after=after, before=before)
without the parameters the function works
The text was updated successfully, but these errors were encountered:
I have tried to add parameters, but it doesnt work and send:
Error:
without the parameters the function works
The text was updated successfully, but these errors were encountered: