* Embeds the provided content. * * Fields set in the optional SingleRequestOptions parameter will * take precedence over the RequestOptions values provided to * GoogleGenerativeAI.getGenerativeModel .
(request3, requestOptions = {})
| 79661 | } |
| 79662 | /** |
| 79663 | * Embeds the provided content. |
| 79664 | * |
| 79665 | * Fields set in the optional {@link SingleRequestOptions} parameter will |
| 79666 | * take precedence over the {@link RequestOptions} values provided to |
| 79667 | * {@link GoogleGenerativeAI.getGenerativeModel }. |
| 79668 | */ |
| 79669 | async embedContent(request3, requestOptions = {}) { |
| 79670 | const formattedParams = formatEmbedContentInput(request3); |
nothing calls this directly
no test coverage detected