enhance_prompt
Transforms rough prompts into detailed, clear, and effective versions using AI. Supports multiple providers and custom templates.
Instructions
Enhances a user prompt using AI to make it more detailed, clear, and effective
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The prompt text to enhance | |
| model | No | Model to use, overriding provider default (optional) | |
| context | No | Optional conversation history for context | |
| provider | No | AI provider to use (optional, uses default if not specified) | |
| template | No | Custom enhancement template. Use ${userInput} as placeholder. (optional) |