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:
@@ -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 }
|
||||
]}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user