docs: update agent and UI protocol documentation

- Update api-endpoints.md with new agent endpoints
- Update run-agent-input.md with new input schemas
- Update sse-events.md with new event types
- Update ui-schema.md with schema changes
This commit is contained in:
qzl
2026-03-19 18:42:45 +08:00
parent 0abf51e837
commit 641d847008
5 changed files with 158 additions and 17 deletions
+1 -1
View File
@@ -553,7 +553,7 @@ interface UiIconSpec {
{ "type": "text", "content": "基本信息", "role": "title" },
{ "type": "kv", "items": [
{ "key": "name", "label": "姓名", "value": "张三" },
{ "key": "email", "label": "邮箱", "value": "zhangsan@example.com", "copyable": true }
{ "key": "phone", "label": "手机号", "value": "+8613812345678", "copyable": true }
]}
]
},