Find answers from the community

Updated 3 months ago

Is it possible to chain multiple OpenAI

Is it possible to chain multiple OpenAI agents?

It seems that it is possible but I don't know how.

https://docs.llamaindex.ai/en/stable/module_guides/deploying/agents/tools/root.html

In the docs: Note: since our agent abstractions inherit from BaseQueryEngine, these tools can also wrap other agents.


Chaining openai agents though gives me this:
Got output: Error: Error code: 400 - {'error': {'message': "'$.messages[0].content' is invalid. Please check the API reference: https://platform.openai.com/docs/api-reference.", 'type': 'invalid_request_error', 'param': None, 'code': None}}
========================
L
m
3 comments
usually this means the message content was empty
Can you give a sample of what you tried?
I will prepare a sample.
Add a reply
Sign up and join the conversation on Discord