LangEx.Message.Tool (LangEx v0.11.3)

Copy Markdown View Source

The result of a tool call, correlated by tool_call_id.

Summary

Types

t()

@type t() :: %LangEx.Message.Tool{
  content: String.t(),
  id: String.t() | nil,
  tool_call_id: String.t()
}