콘텐츠로 이동

ShellToolContainerAutoEnvironment

이 콘텐츠는 아직 번역되지 않았습니다.

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

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

optional networkPolicy?: ShellToolContainerNetworkPolicy;

optional skills?: ShellToolContainerSkill[];

type: "container_auto";