Jido.Chat.Mention (Jido Chat v1.0.0)

Copy Markdown View Source

Normalized mention entry used in Jido.Chat.Incoming.

Summary

Functions

Creates a mention struct from map input.

Returns the Zoi schema for Mention.

Types

t()

@type t() :: %Jido.Chat.Mention{
  display_name: nil | nil | binary(),
  is_self: boolean(),
  mention_text: nil | nil | binary(),
  metadata: map(),
  user_id: nil | nil | binary(),
  username: nil | nil | binary()
}

Functions

new(attrs)

Creates a mention struct from map input.

schema()

Returns the Zoi schema for Mention.