Skip to content

Commit f7c3b41

Browse files
committed
Review fixes
1 parent 02c196c commit f7c3b41

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs-devsite/vertexai.counttokensrequest.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export interface CountTokensRequest
2323
| Property | Type | Description |
2424
| --- | --- | --- |
2525
| [contents](./vertexai.counttokensrequest.md#counttokensrequestcontents) | [Content](./vertexai.content.md#content_interface)<!-- -->\[\] | |
26-
| [generationConfig](./vertexai.counttokensrequest.md#counttokensrequestgenerationconfig) | [GenerationConfig](./vertexai.generationconfig.md#generationconfig_interface) | Configuration options used for content-related requests. |
26+
| [generationConfig](./vertexai.counttokensrequest.md#counttokensrequestgenerationconfig) | [GenerationConfig](./vertexai.generationconfig.md#generationconfig_interface) | Configuration options that control how the model generates a response. |
2727
| [systemInstruction](./vertexai.counttokensrequest.md#counttokensrequestsysteminstruction) | string \| [Part](./vertexai.md#part) \| [Content](./vertexai.content.md#content_interface) | Instructions that direct the model to behave a certain way. |
2828
| [tools](./vertexai.counttokensrequest.md#counttokensrequesttools) | [Tool](./vertexai.md#tool)<!-- -->\[\] | <code>[Tool](./vertexai.md#tool)</code> configuration. |
2929

@@ -37,7 +37,7 @@ contents: Content[];
3737

3838
## CountTokensRequest.generationConfig
3939

40-
Configuration options used for content-related requests.
40+
Configuration options that control how the model generates a response.
4141

4242
<b>Signature:</b>
4343

packages/vertexai/src/types/requests.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export interface CountTokensRequest {
123123
*/
124124
tools?: Tool[];
125125
/**
126-
* Configuration options used for content-related requests.
126+
* Configuration options that control how the model generates a response.
127127
*/
128128
generationConfig?: GenerationConfig;
129129
}

0 commit comments

Comments
 (0)