fix(e2e): include Codex thread project id (#130086)

This commit is contained in:
Dallin Romney
2026-08-26 09:59:36 -07:00
committed by GitHub
parent 70838da513
commit 8ce8085e84
2 changed files with 19 additions and 0 deletions
@@ -24,6 +24,7 @@ export function createFakeThreadStartResponse({ params, sessionId, threadId, ver
forkedFromId: null,
preview: "",
ephemeral: false,
projectId: params?.projectId ?? null,
modelProvider: "openai",
createdAt: now,
updatedAt: now,