get_prerequisites
Retrieve the full ordered prerequisite chain for a concept in the NVIDIA AI stack to determine what must be learned first.
Instructions
Return the full ordered prerequisite chain for a concept — everything to learn first.
Args:
concept: Target concept — e.g. 'Speculative Decoding', 'Isaac Lab', 'NeMo Guardrails'.
domain: Domain name from list_domains().
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | ||
| concept | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |