Skip to content

SandboxRuntimeProfile

Example Usage

typescript
import { SandboxRuntimeProfile } from "@meetkai/mka1/models/components";

let value: SandboxRuntimeProfile = "eval-python";

Values

typescript
"standard" | "eval-python"