Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{ describe, it, expect, vi } from
"vitest"
;
2
import
{ MemoryStore } from
"./state/memory-store.js"
;
3
import
{ Transcripts } from
"./transcripts.js"
;
4
import
type
{ Thread } from
"@copilotkit/bot-ui"
;
Callers
nothing calls this directly
Calls
3
append
Method · 0.65
list
Method · 0.65
delete
Method · 0.65
Tested by
no test coverage detected