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 9c52287 commit 06a42a6Copy full SHA for 06a42a6
packages/ai/src/types/imagen/internal.ts
@@ -65,8 +65,8 @@ export interface ImagenResponseInternal {
65
* The safety attributes.
66
*
67
* This type is currently unused in the SDK. It is sent back because our requests set
68
- * `includeSafetyAttributes`. This field is currently only used to avoid logging unsupported
69
- * prediction types.
+ * `includeSafetyAttributes`. This property is currently only used to avoid throwing an error
+ * when encountering this unsupported prediction type.
70
*/
71
safetyAttributes?: unknown;
72
}>;
0 commit comments