Skip to content

Commit e952d46

Browse files
committed
fix(auto-reply): remove unused transcript replay shim
1 parent 50f4d68 commit e952d46

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

src/auto-reply/reply/session-transcript-replay.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import fs from "node:fs/promises";
33
import os from "node:os";
44
import path from "node:path";
55
import { afterEach, beforeEach, describe, expect, it } from "vitest";
6-
import { replayRecentUserAssistantMessages } from "./session-transcript-replay.js";
6+
import { replayRecentUserAssistantMessages } from "../../config/sessions/transcript-replay.js";
77

88
const DEFAULT_REPLAY_MAX_MESSAGES = 6;
99

src/auto-reply/reply/session-transcript-replay.ts

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)