search_docs
Find current CUDA-Q API details: search the official docs, get ranked excerpts with breadcrumbs and URLs to cite, avoiding stale memory.
Instructions
Search the NVIDIA CUDA-Q documentation and return ranked excerpts.
Use this before answering any CUDA-Q question from memory: the platform moves quickly and memorized APIs are often stale. Each result carries a breadcrumb, an excerpt, and the canonical doc URL to cite.
Args: query: Natural language or keywords, for example "run kernel on GPU state vector" or "quantinuum credentials". version: Docs version such as "0.15.0" or "latest". Defaults to the installed cudaq version. limit: Maximum number of results (default 5).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| version | No |