Vibe.Tool.PluginCall (vibe v0.2.2)

Copy Markdown View Source

Tool-call payload passed to plugin tool_call callbacks.

Summary

Types

t()

@type t() :: %Vibe.Tool.PluginCall{args: map(), name: atom()}

Functions

new(name, args)

@spec new(atom(), map()) :: t()