MCPcopy
hub / github.com/CopilotKit/CopilotKit / transcripts.test.ts

File transcripts.test.ts

packages/bot/src/transcripts.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect, vi } from "vitest";
2import { MemoryStore } from "./state/memory-store.js";
3import { Transcripts } from "./transcripts.js";
4import type { Thread } from "@copilotkit/bot-ui";

Callers

nothing calls this directly

Calls 3

appendMethod · 0.65
listMethod · 0.65
deleteMethod · 0.65

Tested by

no test coverage detected