mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 08:30:42 +00:00
test: update Codex runtime plan fixture (#77949)
This commit is contained in:
@@ -79,7 +79,7 @@ function useLightweightCodexRuntimePlan(params: EmbeddedRunAttemptParams): void
|
||||
resolvedRef: `${params.provider}/${params.modelId}`,
|
||||
harnessId: "codex",
|
||||
},
|
||||
} as NonNullable<EmbeddedRunAttemptParams["runtimePlan"]>;
|
||||
} as unknown as NonNullable<EmbeddedRunAttemptParams["runtimePlan"]>;
|
||||
}
|
||||
|
||||
function threadStartResult(threadId = "thread-1") {
|
||||
|
||||
Reference in New Issue
Block a user