Skip to content

Commit de07f12

Browse files
committed
Fix docs
1 parent b898f35 commit de07f12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs-devsite/vertexai.generationconfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ responseMimeType?: string;
8383

8484
Generation modalities to be returned in generation responses.
8585

86-
- Multimodal response generation is only supported in some Gemini models and versions; see [model versions](https://firebase.google.com/docs/vertex-ai/models)<!-- -->. - Only image generation (`ResponseModality.IMAGE`<!-- -->) is supported.
86+
- Multimodal response generation is only supported by some Gemini models and versions; see [model versions](https://firebase.google.com/docs/vertex-ai/models)<!-- -->. - Only image generation (`ResponseModality.IMAGE`<!-- -->) is supported.
8787

8888
<b>Signature:</b>
8989

packages/vertexai/src/types/requests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export interface GenerationConfig {
100100
* Generation modalities to be returned in generation responses.
101101
*
102102
* @remarks
103-
* - Multimodal response generation is only supported in some Gemini models and versions; see {@link https://firebase.google.com/docs/vertex-ai/models | model versions}.
103+
* - Multimodal response generation is only supported by some Gemini models and versions; see {@link https://firebase.google.com/docs/vertex-ai/models | model versions}.
104104
* - Only image generation (`ResponseModality.IMAGE`) is supported.
105105
*
106106
* @beta

0 commit comments

Comments
 (0)