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 recordstatic final recordstatic final record -
Method Summary
Modifier and TypeMethodDescriptionimageFileContentPart(String fileId) imageFileContentPart(String fileId, String detail) imageUrlContentPart(String url, String detail) static ContentPart.TextContentParttextContentPart(String text) type()
-
Method Details
-
type
String type() -
textContentPart
-
imageUrlContentPart
-
imageUrlContentPart
-
imageFileContentPart
-
imageFileContentPart
-