|
|
|
|
@ -124,7 +124,7 @@ Chat applications support session persistence, allowing previous chat history to
|
|
|
|
|
- `created_at` (int) Creation timestamp, e.g.: 1705395332
|
|
|
|
|
- `event: agent_thought` thought of Agent, contains the thought of LLM, input and output of tool calls (Only supported in Agent mode)
|
|
|
|
|
- `id` (string) Agent thought ID, every iteration has a unique agent thought ID
|
|
|
|
|
- `task_id` (string) (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
|
|
|
|
|
- `position` (int) Position of current agent thought, each message may have multiple thoughts in order.
|
|
|
|
|
- `thought` (string) What LLM is thinking about
|
|
|
|
|
|