get_prompt_unresolved
Fetch a prompt without resolving placeholders or linked dependencies. Use for debugging prompt composition by seeing the unresolved template.
Instructions
Fetch a prompt without resolving placeholders or linked dependencies.
Use this for debugging prompt composition (seeing the raw template with
{{variable}} placeholders intact). For production runtime fetches, use
get_prompt which resolves by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| label | No | ||
| project | No | ||
| version | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||