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

Method getActiveRunId

packages/ai-client/src/devtools.ts:1392–1394  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1390 }
1391
1392 getActiveRunId(): string | null {
1393 return this.activeRunId
1394 }
1395
1396 /** Clear all per-run history. Called when the client `reset()`s. */
1397 resetRuns(): void {

Callers 4

generateMethod · 0.45
stopMethod · 0.45
generateMethod · 0.45
stopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected