File list, suitable for inputting files (images) combined with text understanding and answering questions, available only when the model supports Vision capability.
File list, suitable for inputting files (images) combined with text understanding and answering questions, available only when the model supports Vision capability.
- `event: message_end` Message end event, receiving this event means streaming has ended.
- `event: message_end` Message end event, receiving this event means streaming has ended.
- `task_id` (string) Task ID, used for request tracking and the below Stop Generate API
- `task_id` (string) Task ID, used for request tracking and the below Stop Generate API
- `message_id` (string) Unique message ID
- `message_id` (string) Unique message ID
- `conversation_id` (string) Conversation ID
- `metadata` (object) Metadata
- `metadata` (object) Metadata
- `usage` (Usage) Model usage information
- `usage` (Usage) Model usage information
- `retriever_resources` (array[RetrieverResource]) Citation and Attribution List
- `retriever_resources` (array[RetrieverResource]) Citation and Attribution List
@ -113,7 +107,6 @@ The text generation application offers non-session support and is ideal for tran
When output content moderation is enabled, if the content is flagged, then the message content will be replaced with a preset reply through this event.
When output content moderation is enabled, if the content is flagged, then the message content will be replaced with a preset reply through this event.
- `task_id` (string) Task ID, used for request tracking and the below Stop Generate API
- `task_id` (string) Task ID, used for request tracking and the below Stop Generate API