MCPcopy Index your code
hub / github.com/CopilotKit/CopilotKit / randomUUID

Function randomUUID

packages/shared/src/utils/random-id.ts:7–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5}
6
7export function randomUUID() {
8 return uuidv4();
9}
10
11/**
12 * Recursively converts an object to a serializable form by converting functions to their string representation.

Callers 15

CopilotKitInternalFunction · 0.90
ThreadsProviderFunction · 0.90
CopilotChatFunction · 0.90
recordAnnotationFunction · 0.90
useAttachmentsFunction · 0.90
runAgentMethod · 0.90
StaticSuggestionsHarnessFunction · 0.90
runAgentMethod · 0.90
startNewThreadMethod · 0.90

Calls

no outgoing calls

Tested by 7

runAgentMethod · 0.72
StaticSuggestionsHarnessFunction · 0.72
runAgentMethod · 0.72
runWithMessageFunction · 0.72
toolCallMessageFunction · 0.72
runAgentMethod · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…