LettaAPI.Model.ChildToolRule (letta_api v1.0.0)

A ToolRule represents a tool that can be invoked by the agent.

Summary

Types

t()

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

Functions

decode(value)