UNPKG

workers-ai-provider

Version:

Workers AI Provider for the vercel AI SDK

13 lines (11 loc) 271 B
export type AISearchChatSettings = { /** * Whether to inject a safety prompt before all conversations. * Defaults to `false`. */ safePrompt?: boolean; /** * Passthrough settings that are provided directly to the run function. */ [key: string]: unknown; };