A message authored by the LLM, optionally carrying tool calls.
Summary
Types
@type t() :: %LangEx.Message.AI{ content: String.t() | nil, id: String.t() | nil, tool_calls: [LangEx.Message.ToolCall.t()] }
A message authored by the LLM, optionally carrying tool calls.
@type t() :: %LangEx.Message.AI{ content: String.t() | nil, id: String.t() | nil, tool_calls: [LangEx.Message.ToolCall.t()] }