find_api
Resolve any CUDA-Q API symbol to its official definition and documentation URL, with optional language and version filtering.
Instructions
Resolve a CUDA-Q API symbol to its canonical definition and doc URL.
Args: name: Symbol name, full or partial: "sample", "cudaq.observe", "qvector", "set_target". language: "python" or "cpp" to filter; omit for both. version: Docs version. Defaults to the installed cudaq version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| version | No | ||
| language | No |