The OpenAPI-LLM tool is built on top of the OpenAPI DevTools browser extension and automatically converts network requests into a specification. Users can select endpoints they want to have natural language descriptions for and generate descriptions of endpoints and parameters. The tool also allows users to view the specification inside the tool using Redoc and download it with a click. The article provides detailed instructions on how to install and use the tool, as well as information on contributing to the project's development.
Key takeaways:
- OpenAPI-LLM is a browser extension that generates OpenAPI specifications in real time from network requests, including descriptions of endpoints and parameters.
- The tool is useful for creating natural language descriptions in OpenAPI Specifications, which can enhance human understanding and increase the reliability of AI assistants using them to make API calls.
- The extension is not currently available in webstores, but can be manually installed on Chrome and Firefox.
- The project is open for contributions, and developers can set it up using npm commands.