addedInput schema / properties / description / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
changedInput schema / properties / description / default
Previous value: -""New value: +null
removedInput schema / properties / description / type
Removed value: -"string"
removedInput schema / properties / is_persistent
Removed value: -{
- "default": true,
- "title": "Is Persistent",
- "type": "boolean"
-}
removedInput schema / properties / max_triples
Removed value: -{
- "default": 0,
- "title": "Max Triples",
- "type": "integer"
-}
removedInput schema / properties / name
Removed value: -{
- "title": "Name",
- "type": "string"
-}
addedInput schema / properties / title
Added value: +{
+ "title": "Title",
+ "type": "string"
+}
changedInput schema / required
Previous value: -[
- "graph_id",
- "name"
-]New value: +[
+ "graph_id",
+ "title"
+]
addedInput schema / title
Added value: +"create_graph_toolArguments"
changedOutput schema / title
Previous value: -"create_graphOutput"New value: +"create_graph_toolOutput"