File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages/vertexai/src/types Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments