search_manual
Search the TouchDesigner wiki to find passages that answer your question, with citations. Filters by operator family and handles exact names or paraphrased questions.
Instructions
L1 - find passages answering a question, with wiki-URL citations.
Runs BM25 and dense retrieval, fuses with Reciprocal Rank Fusion, rescores
with a cross-encoder. If the top score signals a probable miss, a second
HyDE pass fires automatically. Handles exact operator/parameter names and
paraphrased questions alike.
Args:
query: What you need to know.
family: Optional operator family scope — TOP, CHOP, SOP, DAT, MAT, COMP, POP.
Use it when the question is about one family's operator; same-named
operators exist across families.
limit: Maximum passages to return.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| family | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |