removedInput schema / properties / destination / description
Removed value: -"Optional directory for a local preview copy. Wisp Agents should provide a project-local directory, then call view_image on the returned path."
changedInput schema / properties / destination / maxLength
Previous value: -2000New value: +4000
addedInput schema / properties / exactSelector
Added value: +{
+ "additionalProperties": {},
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+}
addedInput schema / properties / providerId
Added value: +{
+ "maxLength": 200,
+ "minLength": 1,
+ "type": "string"
+}
removedInput schema / properties / templateId
Removed value: -{
- "maxLength": 200,
- "minLength": 1,
- "type": "string"
-}
changedInput schema / required
Previous value: -[
- "templateId"
-]New value: +[
+ "providerId",
+ "exactSelector"
+]
changedOutput schema / (root)
Previous value: -{
- "$schema": "http://json-schema.org/draft-07/schema#",
- "additionalProperties": false,
- "properties": {
- "bytes": {
- "maximum": 9007199254740991,
- "minimum": -9007199254740991,
- "type": "integer"
- },
- "instruction": {
- "type": "string"
- },
- "mimeType": {
- "type": "string"
- },
- "path": {
- "type": "string"
- },
- "sha256": {
- "type": "string"
- },
- "sourceId": {
- "enum": [
- "figureya",
- "user"
- ],
- "type": "string"
- },
- "templateId": {
- "type": "string"
- }
- },
- "required": [
- "templateId",
- "sourceId",
- "mimeType",
- "bytes",
- "sha256",
- "instruction"
- ],
- "type": "object"
-}New value: +null