get_prompt
Retrieve pre-configured prompts by name with customizable arguments for Pine Script v6 development, returning structured JSON with messages for AI-assisted coding tasks.
Instructions
Get a prompt by name with optional arguments.
Returns the rendered prompt as JSON with a messages array. Arguments should be provided as a dict mapping argument names to values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the prompt to get | |
| arguments | No | Optional arguments for the prompt |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |