| Package | Description |
|---|---|
| com.litongjava.chat | |
| com.litongjava.claude |
| Modifier and Type | Method and Description |
|---|---|
ChatResponseDelta |
UniChatResponse.getDelta() |
| Modifier and Type | Method and Description |
|---|---|
void |
UniChatResponse.setDelta(ChatResponseDelta delta) |
| Constructor and Description |
|---|
UniChatResponse(String rawData,
String model,
ChatResponseMessage message,
ChatResponseDelta delta,
ChatResponseUsage usage,
List<String> citations) |
| Modifier and Type | Method and Description |
|---|---|
ChatResponseDelta |
ClaudeChatResponse.getDelta() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClaudeChatResponse.setDelta(ChatResponseDelta delta) |
| Constructor and Description |
|---|
ClaudeChatResponse(String id,
String type,
String role,
String model,
String stop_reason,
String stop_sequence,
ClaudeChatUsage usage,
List<ClaudeMessageContent> content,
ChatResponseDelta delta,
String rawResponse) |
Copyright © 2026. All rights reserved.