LettaAPI.Model.ParentToolRule (letta_api v1.0.0)

A ToolRule that only allows a child tool to be called if the parent has been called.

Summary

Types

t()

@type t() :: %LettaAPI.Model.ParentToolRule{
  children: [String.t()],
  tool_name: String.t(),
  type: String.t() | nil
}

Functions

decode(value)