* Embeds an array of EmbedContentRequests. * * Fields set in the optional SingleRequestOptions parameter will * take precedence over the RequestOptions values provided to * GoogleGenerativeAI.getGenerativeModel .
(batchEmbedContentRequest, requestOptions = {})
| 79673 | } |
| 79674 | /** |
| 79675 | * Embeds an array of {@link EmbedContentRequest}s. |
| 79676 | * |
| 79677 | * Fields set in the optional {@link SingleRequestOptions} parameter will |
| 79678 | * take precedence over the {@link RequestOptions} values provided to |
| 79679 | * {@link GoogleGenerativeAI.getGenerativeModel }. |
| 79680 | */ |
| 79681 | async batchEmbedContents(batchEmbedContentRequest, requestOptions = {}) { |
nothing calls this directly
no test coverage detected