addedInput schema / additionalProperties
Added value: +false
removedInput schema / anyOf
Removed value: -[
- {
- "required": [
- "query"
- ]
- },
- {
- "required": [
- "id"
- ]
- }
-]
removedInput schema / properties / id
Removed value: -{
- "description": "ANIME INTELLIGENCE canonical product UUID.",
- "type": "string"
-}
removedInput schema / properties / lang / default
Removed value: -"en"
addedInput schema / properties / lang / description
Added value: +"Preferred response language such as en or ja."
removedInput schema / properties / lang / enum
Removed value: -[
- "ja",
- "en",
- "zh",
- "ko"
-]
changedInput schema / properties / query / description
Previous value: -"Product name, JAN/EAN-13, model number or identifying description."New value: +"Anime figure name, JAN code, model number, character, series, or manufacturer."
removedInput schema / properties / query / examples
Removed value: -[
- "Full intelligence for Nendoroid Hatsune Miku",
- "Should I buy this exact figure and where?"
-]
addedInput schema / required
Added value: +[
+ "query"
+]
changedOutput schema / (root)
Previous value: -{
- "properties": {
- "expected_output": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "intent": {
- "type": "string"
- },
- "paid_x402_url": {
- "type": "string"
- },
- "payment": {
- "type": "string"
- },
- "price_usdc": {
- "type": "number"
- }
- },
- "type": "object"
-}New value: +null