removedInput schema / $defs / OrderTimelineInput
Removed value: -{
- "additionalProperties": false,
- "properties": {
- "response_format": {
- "$ref": "#/$defs/ResponseFormat",
- "default": "markdown"
- },
- "source_id": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "数据源 ID(影响流程步骤解析)",
- "title": "Source Id"
- },
- "work_id": {
- "description": "工单号",
- "title": "Work Id",
- "type": "string"
- }
- },
- "required": [
- "work_id"
- ],
- "title": "OrderTimelineInput",
- "type": "object"
-}
removedInput schema / properties / params
Removed value: -{
- "$ref": "#/$defs/OrderTimelineInput"
-}
addedInput schema / properties / response_format
Added value: +{
+ "$ref": "#/$defs/ResponseFormat",
+ "default": "markdown"
+}
addedInput schema / properties / source_id
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "数据源 ID(影响流程步骤解析)",
+ "title": "Source Id"
+}
addedInput schema / properties / work_id
Added value: +{
+ "description": "工单号",
+ "title": "Work Id",
+ "type": "string"
+}
changedInput schema / required
Previous value: -[
- "params"
-]New value: +[
+ "work_id"
+]