import_template_from_url
Import a prompt template from a URL (GitHub Gist, raw file, etc.).
v0.4.0 Unified Prompt Templates feature.
Supports:
GitHub Gist URLs
Raw GitHub file URLs
Any HTTPS URL pointing to JSON/YAML template
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to import template from | |
| validate | No | Whether to validate template content (default: True) | |
| user_uuid | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||