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
When I use Runner.run, the program runs normally and completes my entire workflow. When I use Runner.run_streamed, entering the handoff process, the API call returns the following error:
openai.BadRequestError: Error code: 400 - {'error': {'code': 'invalid_request_error', 'message': 'Failed to parse JSON: ', 'type': 'invalid_request_error', 'param': None}}
I used claude's model following the CUSTOM_MODEL_PROVIDER approach, as shown below
When I use Runner.run, the program runs normally and completes my entire workflow. When I use Runner.run_streamed, entering the handoff process, the API call returns the following error:
openai.BadRequestError: Error code: 400 - {'error': {'code': 'invalid_request_error', 'message': 'Failed to parse JSON: ', 'type': 'invalid_request_error', 'param': None}}
LLM The final output is
The text was updated successfully, but these errors were encountered: