Skip to content

Commit 06a42a6

Browse files
committed
update docs
1 parent 9c52287 commit 06a42a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/ai/src/types/imagen/internal.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ export interface ImagenResponseInternal {
6565
* The safety attributes.
6666
*
6767
* 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.
68+
* `includeSafetyAttributes`. This property is currently only used to avoid throwing an error
69+
* when encountering this unsupported prediction type.
7070
*/
7171
safetyAttributes?: unknown;
7272
}>;

0 commit comments

Comments
 (0)