Skip to documentation
Anywe

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.

TypeContractAgent may sendPlatform may produceWeb rendererMobile renderer
textPublishedAllowedNo documented platform producer.TextBlockTextBlockView

text

Allowed

A 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.

FieldRequiredPublished constraint
typeYesliteral "text"
textYesstring · 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).