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 am learning a lot from your videos and trying to experiment with your code.
I have been trying to run the WebDevCrafters Agency in the agent-swarm-lab but getting this error response form Open AI when the developer agent goes to create the pages. Is this an issue with Open Ai that needs to be mittigated or a limit on my subscription?
ChatGPT has me trying totchage the codes to put in truncating and size limiting on the agent tools but its ended up making a mess of the package so I need to start again and thought I would drop you a line to see if anyone had any suggestions.
openai.BadRequestError: Error code: 400 - {'error': {'message': "'tool_outputs' too large: the combined tool outputs must be less than 512kb.", 'type': 'invalid_request_error', 'param': 'tool_outputs', 'code': 'invalid_value'}}
by the way the Agency file just freezes and does not recognise that there has been an error generated.
The text was updated successfully, but these errors were encountered:
I am learning a lot from your videos and trying to experiment with your code.
I have been trying to run the WebDevCrafters Agency in the agent-swarm-lab but getting this error response form Open AI when the developer agent goes to create the pages. Is this an issue with Open Ai that needs to be mittigated or a limit on my subscription?
ChatGPT has me trying totchage the codes to put in truncating and size limiting on the agent tools but its ended up making a mess of the package so I need to start again and thought I would drop you a line to see if anyone had any suggestions.
openai.BadRequestError: Error code: 400 - {'error': {'message': "'tool_outputs' too large: the combined tool outputs must be less than 512kb.", 'type': 'invalid_request_error', 'param': 'tool_outputs', 'code': 'invalid_value'}}
by the way the Agency file just freezes and does not recognise that there has been an error generated.
The text was updated successfully, but these errors were encountered: