changedInput schema / additionalProperties
Previous value: -falseNew value: +true
removedInput schema / description
Removed value: -"Use intent:'demo' for a free result. Paid outcomes accept supported English/Arabic intents with public sources. Unknown jobs return repair guidance; this is not a general-purpose language model."
removedInput schema / properties / action
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / arguments
Removed value: -{
- "oneOf": [
- {
- "type": "object"
- },
- {
- "description": "JSON-encoded object, as used by tool calls",
- "type": "string"
- }
- ]
-}
removedInput schema / properties / calls
Removed value: -{
- "const": 1
-}
removedInput schema / properties / capability / enum
Removed value: -[
- "extract-preview",
- "web-extraction",
- "product-offers",
- "feed-digest"
-]
removedInput schema / properties / command
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / desired_action
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / function
Removed value: -{
- "additionalProperties": false,
- "properties": {
- "arguments": {
- "type": [
- "string",
- "object"
- ]
- },
- "name": {
- "type": "string"
- }
- },
- "required": [
- "name",
- "arguments"
- ],
- "type": "object"
-}
removedInput schema / properties / html
Removed value: -{
- "maxLength": 12288,
- "type": "string"
-}
removedInput schema / properties / http
Removed value: -{
- "type": "object"
-}
addedInput schema / properties / idempotency_key
Added value: +{
+ "type": "string"
+}
removedInput schema / properties / intent / oneOf
Removed value: -[
- {
- "maxLength": 3000,
- "type": "string"
- },
- {
- "type": "object"
- }
-]
addedInput schema / properties / intent / type
Added value: +[
+ "string",
+ "object"
+]
removedInput schema / properties / limit
Removed value: -{
- "maximum": 30,
- "minimum": 1,
- "type": "integer"
-}
removedInput schema / properties / max_age_seconds
Removed value: -{
- "default": 0,
- "maximum": 60,
- "minimum": 0,
- "type": "integer"
-}
removedInput schema / properties / name
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / network
Removed value: -{
- "enum": [
- "eip155:8453",
- "eip155:84532",
- "base",
- "base-sepolia"
- ],
- "type": "string"
-}
removedInput schema / properties / operation / description
Removed value: -"Resolved read-only OpenAPI operation with URL, method and desired action; no remote spec fetching."
changedInput schema / properties / operation / type
Previous value: -"object"New value: +"string"
removedInput schema / properties / quantity
Removed value: -{
- "const": 1
-}
removedInput schema / properties / query
Removed value: -{
- "maxLength": 200,
- "type": "string"
-}
removedInput schema / properties / requests
Removed value: -{
- "const": 1
-}
removedInput schema / properties / sources
Removed value: -{
- "items": {
- "oneOf": [
- {
- "format": "uri",
- "pattern": "^https://",
- "type": "string"
- },
- {
- "additionalProperties": false,
- "properties": {
- "fallbacks": {
- "items": {
- "format": "uri",
- "type": "string"
- },
- "maxItems": 1,
- "type": "array"
- },
- "url": {
- "format": "uri",
- "type": "string"
- }
- },
- "required": [
- "url"
- ],
- "type": "object"
- }
- ]
- },
- "maxItems": 3,
- "type": "array"
-}
removedInput schema / properties / task
Removed value: -{
- "type": "object"
-}
removedInput schema / properties / testnet
Removed value: -{
- "default": false,
- "type": "boolean"
-}
removedInput schema / properties / tool
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / toolId
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / tool_id
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / type
Removed value: -{
- "const": "function"
-}
removedInput schema / properties / units
Removed value: -{
- "const": 1
-}
removedInput schema / properties / url
Removed value: -{
- "format": "uri",
- "type": "string"
-}
removedInput schema / properties / urls
Removed value: -{
- "items": {
- "format": "uri",
- "type": "string"
- },
- "maxItems": 3,
- "type": "array"
-}
changedOutput schema / (root)
Previous value: -{
- "anyOf": [
- {
- "properties": {
- "capability": {
- "type": "string"
- },
- "cost": {
- "type": "object"
- },
- "intent": {
- "type": "object"
- },
- "ok": {
- "const": true
- },
- "receipt": {
- "type": [
- "object",
- "null"
- ]
- },
- "result": {
- "type": "object"
- },
- "verification": {
- "type": "object"
- }
- },
- "required": [
- "ok",
- "intent",
- "capability",
- "result",
- "verification",
- "cost",
- "receipt"
- ],
- "type": "object"
- },
- {
- "properties": {
- "accepts": {
- "minItems": 1,
- "type": "array"
- },
- "resource": {
- "type": "object"
- },
- "x402Version": {
- "const": 2
- }
- },
- "required": [
- "x402Version",
- "resource",
- "accepts"
- ],
- "type": "object"
- },
- {
- "properties": {
- "error": {
- "type": [
- "string",
- "object"
- ]
- }
- },
- "required": [
- "error"
- ],
- "type": "object"
- },
- {
- "properties": {
- "error_code": {
- "type": "string"
- },
- "ok": {
- "const": false
- }
- },
- "required": [
- "ok",
- "error_code"
- ],
- "type": "object"
- }
- ],
- "type": "object"
-}New value: +null