create_prompt_partial
Create reusable text snippets for prompts using mustache syntax like {{> partial_name}} to simplify prompt construction and maintenance.
Instructions
Create a new prompt partial (reusable text snippet) that can be included in prompts using mustache syntax like {{> partial_name}}
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name for the partial | |
| string | Yes | The partial content/template string | |
| workspace_id | No | Workspace ID to create partial in (required for org-level API keys) | |
| version_description | No | Description for this version |