public class ChatEventType extends Object
| Modifier and Type | Field and Description |
|---|---|
static ChatEventType |
CONVERSATION_AUDIO_DELTA
Audio delta event
|
static ChatEventType |
CONVERSATION_CHAT_COMPLETED
The conversation is completed.
|
static ChatEventType |
CONVERSATION_CHAT_CREATED
Event for creating a conversation, indicating the start of the conversation.
|
static ChatEventType |
CONVERSATION_CHAT_FAILED
This event is used to mark a failed conversation.
|
static ChatEventType |
CONVERSATION_CHAT_IN_PROGRESS
The server is processing the conversation.
|
static ChatEventType |
CONVERSATION_CHAT_REQUIRES_ACTION
The conversation is interrupted and requires the user to report the execution results of the
tool.
|
static ChatEventType |
CONVERSATION_MESSAGE_COMPLETED
The message has been completely replied to.
|
static ChatEventType |
CONVERSATION_MESSAGE_DELTA
Incremental message, usually an incremental message when type=answer.
|
static ChatEventType |
DONE
The streaming response for this session ended normally.
|
static ChatEventType |
ERROR
Error events during the streaming response process.
|
| Modifier and Type | Method and Description |
|---|---|
static ChatEventType |
fromString(String value) |
String |
getValue() |
public static final ChatEventType CONVERSATION_CHAT_CREATED
public static final ChatEventType CONVERSATION_CHAT_IN_PROGRESS
public static final ChatEventType CONVERSATION_MESSAGE_DELTA
public static final ChatEventType CONVERSATION_MESSAGE_COMPLETED
public static final ChatEventType CONVERSATION_CHAT_COMPLETED
public static final ChatEventType CONVERSATION_CHAT_FAILED
public static final ChatEventType CONVERSATION_CHAT_REQUIRES_ACTION
public static final ChatEventType CONVERSATION_AUDIO_DELTA
public static final ChatEventType ERROR
public static final ChatEventType DONE
public String getValue()
public static ChatEventType fromString(String value)
Copyright © 2025. All rights reserved.