search_docs
Locate relevant documentation pages by searching for specific terms within Tambo's technical resources. Streamline access to precise information for efficient problem-solving.
Instructions
Search for documentation pages containing specific terms
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | Search query to find relevant documentation |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"description": "Search query to find relevant documentation",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}