Cyclium.Intent.ToolSignature (Cyclium v0.1.15)

Copy Markdown View Source

Declared in strategy config by the consuming app. The runtime matches plan tool calls against these.

Summary

Types

t()

@type t() :: %Cyclium.Intent.ToolSignature{
  args_schema: binary() | nil,
  constraints: map(),
  name: binary(),
  side_effect: :read | :write | :external_effect,
  version: pos_integer()
}