get_docs
Search official documentation of supported libraries (LangChain, Docker, OpenAI) for a given query and retrieve relevant content.
Instructions
Search the latest docs for a given library and query Supports "langchain", "chromadb", "openai", "uv", "docker", "redis"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The query for search for (Eg: "How to create a docker container") | |
| library | Yes | the library to search in (Eg: "docker") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |