addedInput schema / $defs / CreateWorkflowTypedDict / properties / reprocess_all
Added value: +{
+ "$ref": "#/$defs/Nullable_bool_"
+}
changedInput schema / $defs / Nullable_Dict_str__Any__ / anyOf
Previous value: -[
- {
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / $defs / Nullable_bool_
Added value: +{
+ "anyOf": [
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
removedInput schema / $defs / WorkflowNodeType
Removed value: -{
- "enum": [
- "partition",
- "prompter",
- "chunk",
- "embed"
- ],
- "title": "WorkflowNodeType",
- "type": "string"
-}
addedInput schema / $defs / WorkflowNodeTypedDict / properties / id
Added value: +{
+ "$ref": "#/$defs/Nullable_str_"
+}
removedInput schema / $defs / WorkflowNodeTypedDict / properties / type / $ref
Removed value: -"#/$defs/WorkflowNodeType"
addedInput schema / $defs / WorkflowNodeTypedDict / properties / type / title
Added value: +"Type"
addedInput schema / $defs / WorkflowNodeTypedDict / properties / type / type
Added value: +"string"
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "result": {
+ "title": "Result",
+ "type": "string"
+ }
+ },
+ "required": [
+ "result"
+ ],
+ "title": "update_workflowOutput",
+ "type": "object"
+}