LangEx.Message.ToolCall (LangEx v0.11.3)

Copy Markdown View Source

A structured tool/function call requested by the LLM.

Summary

Types

t()

@type t() :: %LangEx.Message.ToolCall{
  args: map(),
  id: String.t() | nil,
  name: String.t()
}