Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
GEMINI_API_KEY | Yes | Your Gemini API key | |
LANGSMITH_API_KEY | No | Your LangSmith API key for tracing | |
LANGSMITH_TRACING | No | Enable LangSmith tracing | true |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
deep_search | Perform a deep search on a given query using an advanced web research agent. |