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
/** Content filter results for a prompt sent in the request. */
2443
+
/** Content filter results for a prompt sent in the request. Note: This is sent only in the first stream chunk and only if no candidates were generated due to content violations. */
2432
2444
exportclassGenerateContentResponsePromptFeedback{
2433
-
/** Output only. Blocked reason. */
2445
+
/** Output only. The reason why the prompt was blocked. */
2434
2446
blockReason?: BlockedReason;
2435
-
/** Output only. A readable block reason message. */
2447
+
/** Output only. A readable message that explains the reason why the prompt was blocked. */
2436
2448
blockReasonMessage?: string;
2437
-
/** Output only. Safety ratings. */
2449
+
/** Output only. A list of safety ratings for the prompt. There is one rating per category. */
0 commit comments