/** * Text input for which embeddings need to be generated * @example [ * "This is an input string.", * "This is another input string." * ] */ export type EmbeddingsInputText = string | string[]; //# sourceMappingURL=embeddings-input-text.d.ts.map