Skip to content

Commit

Permalink
expose ImagenImage basetype for future
Browse files Browse the repository at this point in the history
  • Loading branch information
cynthiajoan committed Jan 13, 2025
1 parent e826339 commit adb49f8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export 'src/imagen_api.dart'
ImagenPersonFilterLevel,
ImagenGenerationConfig,
ImagenAspectRatio;
export 'src/imagen_content.dart' show ImagenInlineImage, ImagenGCSImage;
export 'src/imagen_content.dart'
show ImagenInlineImage, ImagenGCSImage, ImagenImage;
export 'src/model.dart' show GenerativeModel;
export 'src/schema.dart' show Schema, SchemaType;

0 comments on commit adb49f8

Please sign in to comment.