removedInput schema / properties / avoid / description
Removed value: -"Terms to penalize in recommendations."
removedInput schema / properties / city / description
Removed value: -"City name, for example berlin or new york."
removedInput schema / properties / date_from / description
Removed value: -"Inclusive start date in YYYY-MM-DD format."
removedInput schema / properties / date_to
Removed value: -{
- "description": "Inclusive end date in YYYY-MM-DD format.",
- "type": "string"
-}
removedInput schema / properties / featuring
Removed value: -{
- "description": "Artist or performer name.",
- "type": "string"
-}
removedInput schema / properties / limit
Removed value: -{
- "default": 12,
- "description": "Results per page (default 12). The response's count field is the TOTAL matching events. Raise limit or use offset to page through more.",
- "type": "number"
-}
removedInput schema / properties / max_price / description
Removed value: -"Preference hint used by recommend_events and plan_night."
removedInput schema / properties / offset
Removed value: -{
- "default": 0,
- "type": "number"
-}
removedInput schema / properties / price_min
Removed value: -{
- "type": "number"
-}
removedInput schema / properties / pride
Removed value: -{
- "type": "boolean"
-}
removedInput schema / properties / query / description
Removed value: -"Free-text search, hybrid-ranked by the live API: exact prefix > substring > fuzzy > semantic similarity over event embeddings. Handles soft natural-language intent ('dark queer warehouse rave', 'ambient listening bar') as well as literal names, and recognizes date phrases."
removedInput schema / properties / result_limit
Removed value: -{
- "default": 10,
- "type": "number"
-}
removedInput schema / properties / when / description
Removed value: -"Date preset: today, tonight, tomorrow, weekend, week, this week, any, or YYYY-MM-DD."
changedOutput schema / (root)
Previous value: -{
- "anyOf": [
- {
- "properties": {
- "assistant_instruction": {
- "type": "string"
- },
- "missing_fields": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "needs_followup": {
- "type": "boolean"
- },
- "questions": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "search_args_hint": {
- "properties": {
- "avoid": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "city": {
- "type": [
- "string",
- "null"
- ]
- },
- "event_types": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "free": {
- "type": [
- "boolean",
- "null"
- ]
- },
- "genres": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "neighborhoods": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "price_max": {
- "type": [
- "number",
- "null"
- ]
- },
- "vibe": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "when": {
- "type": [
- "string",
- "null"
- ]
- }
- },
- "type": "object"
- }
- },
- "required": [
- "needs_followup",
- "missing_fields",
- "questions",
- "search_args_hint",
- "assistant_instruction"
- ],
- "type": "object"
- },
- {
- "properties": {
- "assistant_instruction": {
- "type": "string"
- },
- "cause": {
- "type": [
- "string",
- "null"
- ]
- },
- "classification": {
- "type": [
- "string",
- "null"
- ]
- },
- "code": {
- "type": [
- "string",
- "null"
- ]
- },
- "error": {
- "type": "string"
- },
- "hostname": {
- "type": [
- "string",
- "null"
- ]
- },
- "retryable": {
- "type": "boolean"
- },
- "status": {
- "type": [
- "number",
- "null"
- ]
- },
- "type": {
- "type": "string"
- },
- "url": {
- "type": [
- "string",
- "null"
- ]
- }
- },
- "required": [
- "error"
- ],
- "type": "object"
- }
- ],
- "type": "object"
-}New value: +null