LettaAPI.Model.MaxCountPerStepToolRule (letta_api v1.0.0)

Represents a tool rule configuration which constrains the total number of times this tool can be invoked in a single step.

Summary

Types

t()

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

Functions

decode(value)