| Package | Description |
|---|---|
| com.litongjava.chat | |
| com.litongjava.claude | |
| com.litongjava.gemini | |
| com.litongjava.openai.chat |
| Modifier and Type | Method and Description |
|---|---|
static ChatImageFile |
ChatImageFile.base64(String encodeImage) |
static ChatImageFile |
ChatImageFile.base64(String mimeType,
String encodeImage) |
ChatImageFile |
UniChatFile.getImage_url() |
static ChatImageFile |
ChatImageFile.url(String url) |
| Modifier and Type | Method and Description |
|---|---|
List<ChatImageFile> |
UniChatMessage.getFiles() |
| Modifier and Type | Method and Description |
|---|---|
void |
UniChatFile.setImage_url(ChatImageFile image_url) |
| Modifier and Type | Method and Description |
|---|---|
static UniChatMessage |
UniChatMessage.buildUser(List<ChatImageFile> files) |
void |
UniChatMessage.setFiles(List<ChatImageFile> files) |
| Constructor and Description |
|---|
UniChatFile(String type,
ChatImageFile image_url) |
| Constructor and Description |
|---|
UniChatMessage(String role,
List<ChatImageFile> files) |
UniChatMessage(String role,
String content,
List<ChatImageFile> files,
ChatMessageArgs args,
List<String> attachments) |
| Constructor and Description |
|---|
ClaudeMessageContent(ChatImageFile file) |
| Constructor and Description |
|---|
GeminiPart(ChatImageFile chatFile) |
| Constructor and Description |
|---|
ChatMessageContent(ChatImageFile chatImageFile) |
Copyright © 2026. All rights reserved.