Home / Type/ OpenAIClientInterface Type — supabase Architecture

OpenAIClientInterface Type — supabase Architecture

Architecture documentation for the OpenAIClientInterface type/interface in openAi.ts from the supabase codebase.

Entity Profile

Source Code

apps/docs/lib/openAi.ts lines 23–25

export interface OpenAIClientInterface {
  createContentEmbedding(text: string): Promise<Result<EmbeddingWithTokens, ApiErrorGeneric>>
}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free