UNPKG

@promptbook/azure-openai

Version:

Promptbook: Run AI apps in plain human language across multiple models and platforms

8 lines (7 loc) 262 B
import type { EmbeddingVector } from './EmbeddingVector'; /** * Pretty print an embedding vector for logging * * @public exported from `@promptbook/core` */ export declare function embeddingVectorToString(embeddingVector: Readonly<EmbeddingVector>): string;