removedInput schema / additionalProperties
Removed value: -false
removedInput schema / properties / filename / description
Removed value: -"Document filename (e.g., 'TS_23.501_Rel17.pdf')"
addedInput schema / properties / filename / title
Added value: +"Filename"
addedInput schema / properties / page_range / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / page_range / default
Added value: +null
removedInput schema / properties / page_range / description
Removed value: -"Page range like '10-15' or single page '20' (optional)"
addedInput schema / properties / page_range / title
Added value: +"Page Range"
removedInput schema / properties / page_range / type
Removed value: -"string"
addedInput schema / properties / section / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / section / default
Added value: +null
removedInput schema / properties / section / description
Removed value: -"Section title filter (optional)"
addedInput schema / properties / section / title
Added value: +"Section"
removedInput schema / properties / section / type
Removed value: -"string"
addedInput schema / title
Added value: +"get_document_contentArguments"
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "result": {
+ "title": "Result",
+ "type": "string"
+ }
+ },
+ "required": [
+ "result"
+ ],
+ "title": "get_document_contentOutput",
+ "type": "object"
+}