LettaAPI.Model.Config (letta_api v1.0.0)

The configuration for the sandbox.

Summary

Types

t()

@type t() :: %LettaAPI.Model.Config{
  pip_requirements: [any()] | nil,
  sandbox_dir: any() | nil,
  template: any() | nil,
  timeout: any() | nil,
  use_venv: any() | nil,
  venv_name: any() | nil
}

Functions

decode(value)