Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
659
export
function
generateMessageId(): string {
660
return
`msg-${Date.now()}-${Math.random().toString(36).substring(7)}`
661
}
Callers
9
streamModelResponse
Method · 0.90
buildSynthesizedStart
Method · 0.90
harvestCombinedStructuredOutput
Method · 0.90
modelMessageToUIMessage
Function · 0.70
aguiSnapshotMessageToUIMessage
Function · 0.70
addUserMessage
Method · 0.50
ensureAssistantMessage
Method · 0.50
handleStepStartedEvent
Method · 0.50
handleStepFinishedEvent
Method · 0.50
Calls
2
now
Method · 0.80
toString
Method · 0.80
Tested by
no test coverage detected