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
respx.models.SideEffectError: <Route <Scheme eq 'https'> AND <Host eq 'api.openai.com'> AND <Method eq 'POST'> AND <URL regex re.compile('/v1/threads/runs')>>
The above exception was the direct cause of the following exception:
pydantic_core._pydantic_core.ValidationError: 3 validation errors for Run
instructions
Input should be a valid string [type=string_type, input_value=None, input_type=NoneType]
For further information visit https://errors.pydantic.dev/2.7/v/string_type
model
Input should be a valid string [type=string_type, input_value=None, input_type=NoneType]
For further information visit https://errors.pydantic.dev/2.7/v/string_type
tools
Input should be a valid list [type=list_type, input_value=None, input_type=NoneType]
For further information visit https://errors.pydantic.dev/2.7/v/list_type
The above exception was the direct cause of the following exception:
run = self.client.beta.threads.create_and_run(
I have seen that on the official API None parameters are allowed
The text was updated successfully, but these errors were encountered:
Input:
Error:
I have seen that on the official API None parameters are allowed
The text was updated successfully, but these errors were encountered: