Hi, does LlamaIndex currently have any implementation/support of OpenAI's API Specs? Specifically this would be useful as an input to a tool to be used within an agent - and these API specs provide rich context on how to use the API. LangChain's implementation seems to display its usefulness.
I dont think so. This is still kinda new to me, someone at work sent me this.
But from the looks of it, this looks like a way for LangChain agents to call Tools that are wrappers over an API, and the agent is informed on the tool via these OpenAI API Specs.
I wonder why, these seem really useful for an agent to determine whether it should use an API Tool or not? Probably better than just the tool's metadata no?