UNPKG

@promptbook/remote-server

Version:

Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action

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;