Skip to content

Commit 0e1a334

Browse files
committed
Re-generate devsite docs
1 parent bfbbe1a commit 0e1a334

File tree

1 file changed

+6
-19
lines changed

1 file changed

+6
-19
lines changed

docs-devsite/vertexai.md

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -277,15 +277,10 @@ export declare enum BlockReason
277277

278278
| Member | Value | Description |
279279
| --- | --- | --- |
280-
<<<<<<< HEAD
281-
| OTHER | <code>&quot;OTHER&quot;</code> | Content was blocked, but the reason is uncategorized. |
282-
| SAFETY | <code>&quot;SAFETY&quot;</code> | Content was blocked by safety settings. |
283-
=======
284280
| BLOCKLIST | <code>&quot;BLOCKLIST&quot;</code> | Content was blocked because it contained terms from the terminology blocklist. |
285-
| OTHER | <code>&quot;OTHER&quot;</code> | |
281+
| OTHER | <code>&quot;OTHER&quot;</code> | Content was blocked, but the reason is uncategorized. |
286282
| PROHIBITED\_CONTENT | <code>&quot;PROHIBITED_CONTENT&quot;</code> | Content was blocked due to prohibited content. |
287-
| SAFETY | <code>&quot;SAFETY&quot;</code> | |
288-
>>>>>>> main
283+
| SAFETY | <code>&quot;SAFETY&quot;</code> | Content was blocked by safety settings. |
289284

290285
## FinishReason
291286

@@ -301,23 +296,15 @@ export declare enum FinishReason
301296

302297
| Member | Value | Description |
303298
| --- | --- | --- |
304-
<<<<<<< HEAD
299+
| BLOCKLIST | <code>&quot;BLOCKLIST&quot;</code> | The candidate content contained forbidden terms. |
300+
| MALFORMED\_FUNCTION\_CALL | <code>&quot;MALFORMED_FUNCTION_CALL&quot;</code> | The function call generated by the model was invalid. |
305301
| MAX\_TOKENS | <code>&quot;MAX_TOKENS&quot;</code> | The maximum number of tokens as specified in the request was reached. |
306302
| OTHER | <code>&quot;OTHER&quot;</code> | Unknown reason. |
303+
| PROHIBITED\_CONTENT | <code>&quot;PROHIBITED_CONTENT&quot;</code> | The candidate content potentially contained prohibited content. |
307304
| RECITATION | <code>&quot;RECITATION&quot;</code> | The candidate content was flagged for recitation reasons. |
308305
| SAFETY | <code>&quot;SAFETY&quot;</code> | The candidate content was flagged for safety reasons. |
309-
| STOP | <code>&quot;STOP&quot;</code> | Natural stop point of the model or provided stop sequence. |
310-
=======
311-
| BLOCKLIST | <code>&quot;BLOCKLIST&quot;</code> | The candidate content contained forbidden terms. |
312-
| MALFORMED\_FUNCTION\_CALL | <code>&quot;MALFORMED_FUNCTION_CALL&quot;</code> | The function call generated by the model was invalid. |
313-
| MAX\_TOKENS | <code>&quot;MAX_TOKENS&quot;</code> | |
314-
| OTHER | <code>&quot;OTHER&quot;</code> | |
315-
| PROHIBITED\_CONTENT | <code>&quot;PROHIBITED_CONTENT&quot;</code> | The candidate content potentially contained prohibited content. |
316-
| RECITATION | <code>&quot;RECITATION&quot;</code> | |
317-
| SAFETY | <code>&quot;SAFETY&quot;</code> | |
318306
| SPII | <code>&quot;SPII&quot;</code> | The candidate content potentially contained Sensitive Personally Identifiable Information (SPII). |
319-
| STOP | <code>&quot;STOP&quot;</code> | |
320-
>>>>>>> main
307+
| STOP | <code>&quot;STOP&quot;</code> | Natural stop point of the model or provided stop sequence. |
321308

322309
## FunctionCallingMode
323310

0 commit comments

Comments
 (0)