Generates the user prompt sent to the API. Default implementation returns the input as-is. Override to add context (e.g. current file, attached files, selection) via generate_context_section().
| user_input |
The user's raw input text |
|
The prompt string to send (may include context) |