Iron Gorilla Developers

AgentLoopToolBinding

Model-visible tool binding declared for an autonomous loop.

SDK v2026.4.0

Kind: interface

Signature

Example
export interface AgentLoopToolBinding

Properties

  • name (string): Model-facing tool name shown to the model during the loop.
  • ref (ToolReference | unknown): Connector-qualified target, or a built-in memory tool.
  • description? (string): Optional author override for the model-visible description.

On this page