LangEx.Message.AI (LangEx v0.11.3)

Copy Markdown View Source

A message authored by the LLM, optionally carrying tool calls.

Summary

Types

t()

@type t() :: %LangEx.Message.AI{
  content: String.t() | nil,
  id: String.t() | nil,
  tool_calls: [LangEx.Message.ToolCall.t()]
}