Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GCS_PREFIX | No | Optional prefix within the Google Cloud Storage bucket. | |
| OPENAI_API_KEY | No | Required for the document formatting script (format_docs_by_llm.py) to extract and format library documentation using an LLM. | |
| GCS_BUCKET_NAME | No | The name of the Google Cloud Storage bucket containing reference documents. | |
| GOOGLE_CREDENTIALS_JSON | No | Service account JSON string used for downloading reference documents from Google Cloud Storage. |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |