update_prompt
Modify existing prompts by updating their name, description, or messages, converting single content to multi-message format when needed. Ensures prompt content remains accurate and adaptable.
Instructions
Updates an existing prompt (supports both single content and multi-message formats)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
description | No | New description for the prompt | |
id | Yes | ID of the prompt to update | |
messages | No | New messages (converts single content to multi-message format) | |
name | No | New name for the prompt |