LlmEx.Types.ToolCall (LlmEx v0.1.0)

View Source

Represents a tool call request from the LLM

Summary

Types

t()

@type t() :: %LlmEx.Types.ToolCall{arguments: map(), id: String.t(), name: String.t()}