Copilot. Types. Tool
(Copilot SDK v2.3.0)
Copy Markdown
Definition of a tool exposed to the Copilot CLI.
Summary
Functions
Serialize to the map sent in session.create / session.resume.
Types
@type t() :: %Copilot.Types.Tool{ description: String.t() | nil, handler: Copilot.Types.tool_handler(), name: String.t(), parameters: map() | nil }