Interface ContentPart
- All Known Implementing Classes:
ContentPart.ImageFileContentPart
,ContentPart.ImageUrlContentPart
,ContentPart.TextContentPart
public sealed interface ContentPart
permits ContentPart.TextContentPart, ContentPart.ImageUrlContentPart, ContentPart.ImageFileContentPart
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final record
static final record
static final record
-
Method Summary
Modifier and TypeMethodDescriptionimageFileContentPart
(String fileId) imageFileContentPart
(String fileId, String detail) imageUrlContentPart
(String url, String detail) static ContentPart.TextContentPart
textContentPart
(String text) type()
-
Method Details
-
type
String type() -
textContentPart
-
imageUrlContentPart
-
imageUrlContentPart
-
imageFileContentPart
-
imageFileContentPart
-