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

Method completeProgress

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

Source from the content-addressed store, hash-verified

1519 }
1520
1521 protected completeProgress(): AIDevtoolsGenerationProgress | null {
1522 const progress = this.getCoreState().progress
1523 if (!progress) return null
1524 return {
1525 value: 100,
1526 ...(progress.message ? { message: progress.message } : {}),
1527 }
1528 }
1529
1530 protected createPreview(result: TOutput | null): AIDevtoolsGenerationPreview {
1531 return createAIDevtoolsGenerationPreview({

Callers 1

finishRunMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected