We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50f4d68 commit e952d46Copy full SHA for e952d46
2 files changed
src/auto-reply/reply/session-transcript-replay.test.ts
@@ -3,7 +3,7 @@ import fs from "node:fs/promises";
3
import os from "node:os";
4
import path from "node:path";
5
import { afterEach, beforeEach, describe, expect, it } from "vitest";
6
-import { replayRecentUserAssistantMessages } from "./session-transcript-replay.js";
+import { replayRecentUserAssistantMessages } from "../../config/sessions/transcript-replay.js";
7
8
const DEFAULT_REPLAY_MAX_MESSAGES = 6;
9
src/auto-reply/reply/session-transcript-replay.ts
0 commit comments