verify_source
Retrieve the source URL and SHA-256 content hash for any NVIDIA AI concept node to verify content integrity by comparing the hash of the fetched source.
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 |