File tree 2 files changed +3
-3
lines changed
packages/vertexai/src/types
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export interface CountTokensRequest
23
23
| Property | Type | Description |
24
24
| --- | --- | --- |
25
25
| [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 . |
27
27
| [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 . |
28
28
| [tools ](./vertexai .counttokensrequest .md #counttokensrequesttools ) | [Tool ](./vertexai .md #tool )<!-- -->\[\] | <code >[Tool ](./vertexai .md #tool )</code > configuration . |
29
29
@@ -37,7 +37,7 @@ contents: Content[];
37
37
38
38
## CountTokensRequest .generationConfig
39
39
40
- Configuration options used for content - related requests .
40
+ Configuration options that control how the model generates a response .
41
41
42
42
<b >Signature :</b >
43
43
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ export interface CountTokensRequest {
123
123
*/
124
124
tools ?: Tool [ ] ;
125
125
/**
126
- * Configuration options used for content-related requests .
126
+ * Configuration options that control how the model generates a response .
127
127
*/
128
128
generationConfig ?: GenerationConfig ;
129
129
}
You can’t perform that action at this time.
0 commit comments