LettaAPI.Model.Group (letta_api v1.0.0)

Summary

Types

t()

@type t() :: %LettaAPI.Model.Group{
  agent_ids: [String.t()],
  description: String.t(),
  id: String.t(),
  last_processed_message_id: String.t() | nil,
  manager_agent_id: String.t() | nil,
  manager_type: LettaAPI.Model.ManagerType.t(),
  max_message_buffer_length: integer() | nil,
  max_turns: integer() | nil,
  min_message_buffer_length: integer() | nil,
  shared_block_ids: [String.t()] | nil,
  sleeptime_agent_frequency: integer() | nil,
  termination_token: String.t() | nil,
  turns_counter: integer() | nil
}

Functions

decode(value)