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 @@ import { Row, Col, Properties, Property, Heading, SubProperty, Paragraph } from
- `created_at` (int) 作成タイムスタンプ、例1705395332
- `event: agent_thought` エージェントの思考、LLMの思考、ツール呼び出しの入力と出力を含みますエージェントモードでのみサポート
- `id` (string) エージェント思考ID、各反復には一意のエージェント思考IDがあります
- `task_id` (string) (string) タスクID、リクエスト追跡と以下のStop Generate APIに使用
- `task_id` (string) タスクID、リクエスト追跡と以下のStop Generate APIに使用
- `message_id` (string) 一意のメッセージID
- `position` (int) 現在のエージェント思考の位置、各メッセージには順番に複数の思考が含まれる場合があります。
- `thought` (string) LLMが考えていること