Writing Assistant
AI writing helper.
An AI writing helper with improve / shorten / expand / grammar / continue actions.
type · writing_assistant
A platform-level / reactive component.
How to use it
Just ask for it in chat — the agent emits this widget and the shell renders it:
Try saying
“a writing assistant to help draft a cover letter”
Example
The agent returns this A2UI component (inside the components array of a /chat response):
writing_assistant.json
{
"type": "writing_assistant",
"mode": "general",
"content": "Dear hiring manager,"
}Properties
| Prop | Type | Description |
|---|---|---|
content | string | Initial text |
mode | general|email|code|creative | Writing mode |
Backing endpoint
This widget reads/writes through /api/transform. See the API reference.
Browse the full Widget Index, the Widget Catalog, or learn the A2UI system behind it.