search_csdk_docs
Search Sisense Compose SDK documentation to find relevant chunks for specific questions. Filter by React, Vue, or Angular, and include code context to improve result relevance.
Instructions
Search Sisense Compose SDK documentation using TF-IDF search. Returns the most relevant documentation chunks for a given query. Use this for specific questions where you need targeted results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The search query — e.g. 'how to create a bar chart with filters' or 'useExecuteQuery props' | |
| framework | No | Filter results to a specific framework. Omit to search all. | |
| max_results | No | Number of results to return (default 8). | |
| code_context | No | Optional code snippet to extract SDK identifiers from — improves relevance by detecting imports, components, hooks, and factories in use. |