import type { EmbeddingsInputText } from './embeddings-input-text.js'; /** * Representation of the 'EmbeddingsInput' schema. */ export type EmbeddingsInput = { text: EmbeddingsInputText; type?: 'text' | 'document' | 'query'; }; //# sourceMappingURL=embeddings-input.d.ts.map