We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b33a0a commit 70a2f7aCopy full SHA for 70a2f7a
packages/vertexai/src/types/requests.ts
@@ -77,7 +77,7 @@ export interface GenerationConfig {
77
topK?: number;
78
presencePenalty?: number;
79
frequencyPenalty?: number;
80
- /**
+ /**
81
* Output response mimetype of the generated candidate text.
82
* Supported mimetype:
83
* `text/plain`: (default) Text output.
0 commit comments