跳转到内容

ShellToolContainerAutoEnvironment

此内容尚不支持你的语言。

type ShellToolContainerAutoEnvironment = object;
optional fileIds?: string[];

optional memoryLimit?: "1g" | "4g" | "16g" | "64g" | null;

optional networkPolicy?: ShellToolContainerNetworkPolicy;

optional skills?: ShellToolContainerSkill[];

type: "container_auto";