MCPcopy Create free account
hub / github.com/TanStack/ai / toolResultPartId

Function toolResultPartId

packages/ai-devtools/src/components/hooks/preview-model.ts:112–114  ·  view source on GitHub ↗
(toolCallId: string)

Source from the content-addressed store, hash-verified

110}
111
112export function toolResultPartId(toolCallId: string): string {
113 return `tool-result:${toolCallId}`
114}
115
116export function structuredOutputPartId(messageId: string): string {
117 return `structured-output:${messageId}`

Callers 5

resultPartIdFunction · 0.90
IterationCardFunction · 0.90
previewPartFromRecordFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected