Copilot.Types.ToolInvocation (Copilot SDK v2.3.0)

Copy Markdown

Context passed to a tool handler when invoked.

Summary

Types

t()

@type t() :: %Copilot.Types.ToolInvocation{
  arguments: any(),
  session_id: String.t(),
  tool_call_id: String.t(),
  tool_name: String.t()
}