UNPKG

ai-utils.js

Version:

Build AI applications, chatbots, and agents with JavaScript and TypeScript.

8 lines (7 loc) 201 B
export type IdMetadata = { callId?: string | undefined; functionId?: string | undefined; runId?: string | undefined; sessionId?: string | undefined; userId?: string | undefined; };