verify_source
Retrieve the source URL and SHA-256 content hash for any NVIDIA AI concept to verify its authenticity and audit trail.
Instructions
Return the source URL and SHA-256 content hash for any NVIDIA AI concept node.
Audit chain: edge answer → graph commit → source_content_hash → source_url (fetch hint).
Verification: curl -s <source_url> | sha256sum # compare to source_hash
Args:
concept: Concept label (partial match supported).
domain: Domain from list_domains() — e.g. 'nvidia-nim', 'nvidia-tensorrt-triton'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | ||
| concept | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |