LettaAPI.Model.TerminalToolRule (letta_api v1.0.0)

Represents a terminal tool rule configuration where if this tool gets called, it must end the agent loop.

Summary

Types

t()

@type t() :: %LettaAPI.Model.TerminalToolRule{
  tool_name: String.t(),
  type: String.t() | nil
}

Functions

decode(value)