MCPcopy Index your code
hub / github.com/TanStack/ai / runStartedChunk

Function runStartedChunk

packages/ai-client/tests/generation-devtools.test.ts:92–99  ·  view source on GitHub ↗
(runId: string)

Source from the content-addressed store, hash-verified

90 }
91
92 function runStartedChunk(runId: string) {
93 return {
94 type: EventType.RUN_STARTED,
95 runId,
96 threadId: 'thread-1',
97 timestamp: Date.now(),
98 } satisfies StreamChunk
99 }
100
101 function runFinishedChunk(runId: string) {
102 return {

Callers 1

Calls 1

nowMethod · 0.80

Tested by

no test coverage detected