# `Jido.Chat.Content.Text`
[🔗](https://github.com/agentjido/jido_chat/blob/v1.0.0/lib/jido/chat/content/text.ex#L1)

Text content block for messages.

This is the simplest content type - just plain text.

# `t`

```elixir
@type t() :: %Jido.Chat.Content.Text{text: binary(), type: :text}
```

# `new`

Creates a new text content block

# `schema`

Returns the Zoi schema for Text content

---

*Consult [api-reference.md](api-reference.md) for complete listing*
