Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

How is this different from what LangChain already offers with their OpenAPI chain?

https://python.langchain.com/docs/use_cases/apis



afaik, the langchain solution loads entire openAPI spec which consumes a lot of token and won't work for many large API. For efficient token usage, api2ai divides the task into two steps: api planning and params parsing. First step takes a summarization of all the endpoints. Once the endpoint is known, we parse params using the schema of the selected endpoint.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: