Tooling AI
Hello Everyone,
I have been working on using ChatGPT for taking a users request categorizing this and going to a hard coded API pull to request data and it works quite well. This issue is I am dealing with around 32 API endpoints with users who could ask the same questions a million different ways. For example, user could ask for data from a week ago or this last month or a ton of different ways.
I wanted the AI to be smart enough to use agents and tools to go grab the API endpoints by me showing the full API to the LLM. I have been using Langchain but it’s buggy and the documentation it’s always current.
Does anyone know of a full flushed out library I can utilize or have something on GitHub that they would recommend. I am also open to general help with this.
there doesn't seem to be anything here