text block
This canonical lookup describes the published text interaction shape, the present renderer support, its return path, and the trust boundary that applies when it is shown to a person.
| Type | Contract | Agent may send | Platform may produce | Web renderer | Mobile renderer |
|---|---|---|---|---|---|
| text | Published | Allowed | No documented platform producer. | TextBlock | TextBlockView |
text
AllowedA prose answer in the platform's markdown subset.
Return path
None; this is display content.
Trust and visibility
Agent-authored prose. Markdown is untrusted input and rendered by clients.
Stability
Available end to end.
| Field | Required | Published constraint |
|---|---|---|
| type | Yes | literal "text" |
| text | Yes | string · 1–10000 characters |
JSON
{
"type": "text",
"text": "Your flight departs at 14:20 from Ha Noi (HAN)."
}Web preview
Your flight departs at 14:20 from Ha Noi (HAN).