removedInput schema / $defs / UserInfoInput
Removed value: -{
- "additionalProperties": false,
- "properties": {
- "response_format": {
- "$ref": "#/$defs/ResponseFormat",
- "default": "markdown"
- }
- },
- "title": "UserInfoInput",
- "type": "object"
-}
removedInput schema / properties / params
Removed value: -{
- "$ref": "#/$defs/UserInfoInput"
-}
addedInput schema / properties / response_format
Added value: +{
+ "$ref": "#/$defs/ResponseFormat",
+ "default": "markdown"
+}
removedInput schema / required
Removed value: -[
- "params"
-]
addedOutput schema / description
Added value: +"yearning_user_info 的结构化输出模型。"
removedOutput schema / properties / result
Removed value: -{
- "title": "Result",
- "type": "string"
-}
addedOutput schema / properties / sources
Added value: +{
+ "description": "可查询数据源列表",
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "title": "Sources",
+ "type": "array"
+}
addedOutput schema / properties / user
Added value: +{
+ "additionalProperties": true,
+ "description": "用户信息(已脱敏,移除密码等敏感字段)",
+ "title": "User",
+ "type": "object"
+}
removedOutput schema / required
Removed value: -[
- "result"
-]
changedOutput schema / title
Previous value: -"yearning_user_infoOutput"New value: +"UserInfoOutput"