addedInput schema / properties / canonical_url
Added value: +{
+ "default": null,
+ "title": "Canonical Url",
+ "type": "string"
+}
addedInput schema / properties / content_markdown
Added value: +{
+ "title": "Content Markdown",
+ "type": "string"
+}
addedInput schema / properties / dry_run
Added value: +{
+ "default": true,
+ "title": "Dry Run",
+ "type": "boolean"
+}
removedInput schema / properties / kwargs
Removed value: -{
- "title": "Kwargs"
-}
addedInput schema / properties / notify_followers
Added value: +{
+ "default": false,
+ "title": "Notify Followers",
+ "type": "boolean"
+}
addedInput schema / properties / publication_id
Added value: +{
+ "default": null,
+ "title": "Publication Id",
+ "type": "string"
+}
addedInput schema / properties / publish_status
Added value: +{
+ "default": "draft",
+ "title": "Publish Status",
+ "type": "string"
+}
addedInput schema / properties / tags
Added value: +{
+ "default": null,
+ "items": {
+ "type": "string"
+ },
+ "title": "Tags",
+ "type": "array"
+}
addedInput schema / properties / title
Added value: +{
+ "title": "Title",
+ "type": "string"
+}
changedInput schema / required
Previous value: -[
- "kwargs"
-]New value: +[
+ "title",
+ "content_markdown"
+]
changedInput schema / title
Previous value: -"_toolArguments"New value: +"publish_postArguments"