You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Citation metadata that may be found on a [GenerateContentCandidate](./vertexai.generatecontentcandidate.md#generatecontentcandidate_interface)<!---->.
13
+
Citation metadata that may be found on a <code>[GenerateContentCandidate](./vertexai.generatecontentcandidate.md#generatecontentcandidate_interface)</code>.
A predicted [FunctionCall](./vertexai.functioncall.md#functioncall_interface) returned from the model that contains a string representing the [FunctionDeclaration.name](./vertexai.functiondeclaration.md#functiondeclarationname) and a structured JSON object containing the parameters and their values.
13
+
A predicted <code>[FunctionCall](./vertexai.functioncall.md#functioncall_interface)</code> returned from the model that contains a string representing the [FunctionDeclaration.name](./vertexai.functiondeclaration.md#functiondeclarationname) and a structured JSON object containing the parameters and their values.
The result output from a [FunctionCall](./vertexai.functioncall.md#functioncall_interface) that contains a string representing the [FunctionDeclaration.name](./vertexai.functiondeclaration.md#functiondeclarationname) and a structured JSON object containing any output from the function is used as context to the model. This should contain the result of a [FunctionCall](./vertexai.functioncall.md#functioncall_interface) made based on model prediction.
13
+
The result output from a <code>[FunctionCall](./vertexai.functioncall.md#functioncall_interface)</code> that contains a string representing the [FunctionDeclaration.name](./vertexai.functiondeclaration.md#functiondeclarationname) and a structured JSON object containing any output from the function is used as context to the model. This should contain the result of a <code>[FunctionCall](./vertexai.functioncall.md#functioncall_interface)</code> made based on model prediction.
| [temperature](./vertexai.generationconfig.md#generationconfigtemperature) | number | |
33
33
| [topK](./vertexai.generationconfig.md#generationconfigtopk) | number | |
@@ -67,7 +67,7 @@ presencePenalty?: number;
67
67
68
68
## GenerationConfig.responseMimeType
69
69
70
-
OutputresponseMIMEtypeof the generated candidate text. Supported MIME types are `text/plain` (default, text output) and `application/json` (JSON response in the candidates).
70
+
OutputresponseMIMEtypeofthegeneratedcandidatetext. SupportedMIMEtypesare `text/plain` (default, textoutput), `application/json` (JSONresponseinthecandidates), and `text/x.enum`<!-- -->.
71
71
72
72
<b>Signature:</b>
73
73
@@ -77,7 +77,7 @@ responseMimeType?: string;
77
77
78
78
## GenerationConfig.responseSchema
79
79
80
-
Outputresponseschemaofthegeneratedcandidatetext. Thisvaluecanbeaclassgeneratedwitha`{@linkSchema}` static method like `Schema.string()` or `Schema.object()` or it can be a plain JS object matching the <code>[SchemaRequest](./vertexai.schemarequest.md#schemarequest_interface)</code> interface. <br/>Note: This only applies when the specified `responseMIMEType` supports a schema; currently this is limited to `application/json`<!-- -->.
80
+
Outputresponseschemaofthegeneratedcandidatetext. Thisvaluecanbeaclassgeneratedwitha<code>[Schema](./vertexai.schema.md#schema_class)</code>staticmethodlike `Schema.string()` or `Schema.object()` oritcanbeaplainJSobjectmatchingthe <code>[SchemaRequest](./vertexai.schemarequest.md#schemarequest_interface)</code> interface. <br/>Note: Thisonlyapplieswhenthespecified `responseMIMEType` supportsaschema; currentlythisislimitedto `application/json` and `text/x.enum`<!-- -->.
0 commit comments