create_prompt
Create a new prompt version for the authenticated application. The new prompt is automatically set as active and the previously active prompt of the same type and subtype is deactivated. Use this whenever you want to change prompt text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Types of prompts in the system. | |
| prompt | Yes | ||
| subtype | No | 'routing_instructions' or 'output_instructions'. Returns all when omitted. | |
| interface_type | No | Interface scope of the prompt: 'chat', 'navigator', 'search', or 'api'. Required for 'chat' and 'search_answering' prompt types; omit for 'suggested_questions' and 'chat_evaluation'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||