changedInput schema / properties / industries / description
Previous value: -"filter to one or more industry tags. Available:\nsemiconductor, shipbuilding, battery, biotech, defense, auto,\nev_charging, ai, steel, petrochem, construction, fintech, gaming,\necommerce, telco, energy."New value: +"filter to one or more industry tags. Available:\nsemiconductor, shipbuilding, battery, biotech, defense, auto,\nev_charging, ai, steel, petrochem, construction, fintech, gaming,\necommerce, telco, energy. An unrecognized tag is never silently\ndropped or errored — see Returns below."
addedOutput schema / properties / result / anyOf
Added value: +[
+ {
+ "items": {
+ "description": "One Korean news article returned by `search_korean_industry_news`.",
+ "properties": {
+ "attribution": {
+ "description": "Required attribution string",
+ "type": "string"
+ },
+ "industries": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "published_at": {
+ "format": "date-time",
+ "type": "string"
+ },
+ "relevance_score": {
+ "default": 0.5,
+ "maximum": 1,
+ "minimum": 0,
+ "type": "number"
+ },
+ "snippet": {
+ "default": "",
+ "description": "~300-char plain-text excerpt from the RSS `description` field (HTML-unescaped, tags stripped, whitespace collapsed). No additional network fetch — derived from the same feed item as the title. Empty when the source's feed carries no description.",
+ "type": "string"
+ },
+ "source_key": {
+ "description": "Source id from sources.NEWS_SOURCES",
+ "type": "string"
+ },
+ "source_name": {
+ "description": "Korean source name for display",
+ "type": "string"
+ },
+ "summary_en": {
+ "description": "<= 200 word LLM summary in English. Always attributed.",
+ "type": "string"
+ },
+ "title_en": {
+ "description": "LLM-translated English title",
+ "type": "string"
+ },
+ "title_ko": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "title_ko",
+ "title_en",
+ "source_key",
+ "source_name",
+ "url",
+ "published_at",
+ "summary_en",
+ "attribution"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ {
+ "additionalProperties": true,
+ "type": "object"
+ }
+]
removedOutput schema / properties / result / items
Removed value: -{
- "description": "One Korean news article returned by `search_korean_industry_news`.",
- "properties": {
- "attribution": {
- "description": "Required attribution string",
- "type": "string"
- },
- "industries": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "published_at": {
- "format": "date-time",
- "type": "string"
- },
- "relevance_score": {
- "default": 0.5,
- "maximum": 1,
- "minimum": 0,
- "type": "number"
- },
- "source_key": {
- "description": "Source id from sources.NEWS_SOURCES",
- "type": "string"
- },
- "source_name": {
- "description": "Korean source name for display",
- "type": "string"
- },
- "summary_en": {
- "description": "<= 200 word LLM summary in English. Always attributed.",
- "type": "string"
- },
- "title_en": {
- "description": "LLM-translated English title",
- "type": "string"
- },
- "title_ko": {
- "type": "string"
- },
- "url": {
- "type": "string"
- }
- },
- "required": [
- "title_ko",
- "title_en",
- "source_key",
- "source_name",
- "url",
- "published_at",
- "summary_en",
- "attribution"
- ],
- "type": "object"
-}
removedOutput schema / properties / result / type
Removed value: -"array"