Record model responses with --record-responses (for use in testing) (#11894)

This commit is contained in:
Jacob MacDonald
2025-10-28 12:13:45 -07:00
committed by GitHub
parent ab1f195508
commit 44bdd3ad11
19 changed files with 549 additions and 326 deletions
+1
View File
@@ -364,6 +364,7 @@ describe('gemini.tsx main function kitty protocol', () => {
useWriteTodos: undefined,
outputFormat: undefined,
fakeResponses: undefined,
recordResponses: undefined,
});
await main();