Interface EmbedContentBatch

Parameters for the embed_content method.

interface EmbedContentBatch {
    config?: EmbedContentConfig;
    contents?: ContentListUnion;
}

Properties

Properties

Configuration that contains optional parameters.

contents?: ContentListUnion

The content to embed. Only the parts.text fields will be counted.