LettaAPI.Model.Config1
(letta_api v1.0.0)
The JSON configuration data for the sandbox.
Types
@type t() :: %LettaAPI.Model.Config1{
pip_requirements: [any()] | nil,
sandbox_dir: any() | nil,
template: any() | nil,
timeout: any() | nil,
use_venv: any() | nil,
venv_name: any() | nil
}