vibe.assistant.handlers.assisted¶
Handler for the 'assisted' text input type.
AssistedHandler ¶
Handler for a textarea enhanced with an AI text generation button.
Inherits validation and form processing from TextHandler.
render_widget ¶
render_widget(name: str, current_value: object | None, error_message: str | None = None) -> str
Render the 'assisted' widget by loading the external template file.
Provide the template with the necessary context for rendering.