Jido.Chat.Content.Text (Jido Chat v1.0.0)

Copy Markdown View Source

Text content block for messages.

This is the simplest content type - just plain text.

Summary

Functions

Creates a new text content block

Returns the Zoi schema for Text content

Types

t()

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

Functions

new(text)

Creates a new text content block

schema()

Returns the Zoi schema for Text content