docs: correct type desc (#17043)

Co-authored-by: bo.zhao <bo.zhao@iglooinsure.com>
This commit is contained in:
tyounami
2025-03-28 19:24:45 +08:00
committed by GitHub
parent bad31dfff1
commit fb11264f42
3 changed files with 3 additions and 3 deletions

View File

@@ -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