Normandy.Components.ToolCall (normandy v0.2.0)

View Source

Represents a tool call request from the LLM.

Tool calls contain the name of the tool to execute and the input parameters.

Summary

Types

t()

@type t() :: %Normandy.Components.ToolCall{
  __meta__: term(),
  id: String.t(),
  input: map(),
  name: String.t()
}