INNER CODE UNIT · TypeScript

audit_nemoclaw_request_changes

NVIDIA/NemoClaw · .dsh/tools/audit_nemoclaw_request_changes/index.ts:4

export default async function audit_nemoclaw_request_changes(input: {
  workdir: string;
  cacheRoot: string;
  numbers: Integer[];
  repository?: string;
  concurrency?: Integer;
  mode?: "full" | "blocking-only";
  apply?: boolean;
  model?: string;
  thinking?: "off" | "minimal" | "low" | "medium" | "high" | "xhigh" | "max";
  timeoutMs?: Integer;
  sessionMode?: "resume" | "one-shot";
}): Promise<{
  applied: boolean;
  mode: "dry-run" | "read-only" | "apply" | "blocked";
  plan: string[];
  notes: string[];
  resultJson: string;

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…