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

Function generateMessageId

packages/ai/src/activities/chat/messages.ts:659–661  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

657 * Generate a unique message ID
658 */
659export function generateMessageId(): string {
660 return `msg-${Date.now()}-${Math.random().toString(36).substring(7)}`
661}

Callers 9

streamModelResponseMethod · 0.90
buildSynthesizedStartMethod · 0.90
modelMessageToUIMessageFunction · 0.70
addUserMessageMethod · 0.50

Calls 2

nowMethod · 0.80
toStringMethod · 0.80

Tested by

no test coverage detected