Type alias AiTextEmbeddingsInput

AiTextEmbeddingsInput: {
    text: string | string[];
}

Type declaration

  • text: string | string[]