Skip to content

Commit 7e2ea20

Browse files
MarkDaoustcopybara-github
authored andcommitted
feat: [Python] add RegisterFiles so gcs files can be used with genai.
PiperOrigin-RevId: 839396637
1 parent dbe314d commit 7e2ea20

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/com/google/genai/types/FileSource.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ public enum Known {
3434

3535
GENERATED,
3636

37+
REGISTERED,
38+
3739
FILE_SOURCE_UNSPECIFIED
3840
}
3941

0 commit comments

Comments
 (0)