changedOutput schema / oneOf
Previous value: -[
- {
- "description": "Text or Markdown response generated by the agent. Returned when the task is not yet completed, failed, cancelled, or requires user input (e.g. validation prompts, error messages, or clarification requests).",
- "properties": {
- "text": {
- "description": "Text or Markdown response generated by the agent. Returned when the task is not yet completed, failed, cancelled, or requires user input (e.g. validation prompts, error messages, or clarification requests).",
- "type": "string"
- }
- },
- "required": [
- "text"
- ],
- "type": "object"
- },
- {
- "definitions": {
- "sub_section": {
- "properties": {
- "section_texts": {
- "description": "Array of sub-section text paragraphs, formatted in Markdown for detailed and structured content including headings, bullet points, tables, and hyperlinks to ensure professional and informative due diligence subsections.",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "section_title": {
- "description": "Sub-section title.",
- "type": "string"
- },
- "sub_sections": {
- "description": "Nested array of sub-sections.",
- "items": {
- "$ref": "#/definitions/sub_section"
- },
- "type": "array"
- }
- },
- "required": [
- "section_title",
- "sub_sections",
- "section_texts"
- ],
- "type": "object"
- }
- },
- "description": "Structured due diligence report output for enterprise analysis.",
- "properties": {
- "data": {
- "properties": {
- "chapter_infos": {
- "description": "Array of chapter information in the due diligence report.",
- "items": {
- "properties": {
- "en": {
- "properties": {
- "chapter_name": {
- "description": "Chapter name in English.",
- "type": "string"
- },
- "chapter_texts": {
- "description": "Array of chapter text paragraphs in English, formatted in Markdown for structured presentation including headings, lists, tables, and links to provide comprehensive and professional due diligence content.",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "sub_sections": {
- "description": "Array of sub-sections in English.",
- "items": {
- "$ref": "#/definitions/sub_section"
- },
- "type": "array"
- }
- },
- "required": [
- "chapter_name",
- "sub_sections",
- "chapter_texts"
- ],
- "type": "object"
- },
- "zh": {
- "properties": {
- "chapter_name": {
- "description": "Chapter name in Chinese.",
- "type": "string"
- },
- "chapter_texts": {
- "description": "Array of chapter text paragraphs in Chinese, formatted in Markdown for structured presentation including headings, lists, tables, and links to provide comprehensive and professional due diligence content.",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "sub_sections": {
- "description": "Array of sub-sections in Chinese.",
- "items": {
- "$ref": "#/definitions/sub_section"
- },
- "type": "array"
- }
- },
- "required": [
- "chapter_name",
- "sub_sections",
- "chapter_texts"
- ],
- "type": "object"
- }
- },
- "required": [
- "en"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "languages": {
- "description": "Array of language codes indicating the languages included in the response, where 'zk' represents Chinese and 'en' represents English.",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "report_infos": {
- "description": "Dictionary containing report metadata in English and Chinese.",
- "properties": {
- "en": {
- "properties": {
- "report_date": {
- "description": "Report generation date in English.",
- "type": "string"
- },
- "report_name": {
- "description": "Full report name in English.",
- "type": "string"
- },
- "report_type": {
- "description": "Type of the report in English.",
- "type": "string"
- }
- },
- "required": [
- "report_date",
- "report_name",
- "report_type"
- ],
- "type": "object"
- },
- "zh": {
- "properties": {
- "report_date": {
- "description": "Report generation date in Chinese.",
- "type": "string"
- },
- "report_name": {
- "description": "Full report name in Chinese.",
- "type": "string"
- },
- "report_type": {
- "description": "Type of the report in Chinese.",
- "type": "string"
- }
- },
- "required": [
- "report_date",
- "report_name",
- "report_type"
- ],
- "type": "object"
- }
- },
- "required": [
- "en"
- ],
- "type": "object"
- }
- },
- "required": [
- "languages",
- "report_infos",
- "chapter_infos"
- ],
- "type": "object"
- },
- "type": {
- "description": "Indicates structured due diligence report output.",
- "enum": [
- "results"
- ]
- }
- },
- "required": [
- "type",
- "data"
- ],
- "type": "object"
- }
-]New value: +[
+ {
+ "description": "Text or Markdown response generated by the agent. Returned when the task is not yet completed, failed, cancelled, or requires user input (e.g. validation prompts, error messages, or clarification requests).",
+ "properties": {
+ "text": {
+ "description": "Text or Markdown response generated by the agent. Returned when the task is not yet completed, failed, cancelled, or requires user input (e.g. validation prompts, error messages, or clarification requests).",
+ "type": "string"
+ }
+ },
+ "required": [
+ "text"
+ ],
+ "type": "object"
+ },
+ {
+ "description": "Structured due diligence report output for enterprise analysis.",
+ "properties": {
+ "data": {
+ "properties": {
+ "chapter_infos": {
+ "description": "Array of chapter information in the due diligence report.",
+ "items": {
+ "properties": {
+ "en": {
+ "properties": {
+ "chapter_name": {
+ "description": "Chapter name in English.",
+ "type": "string"
+ },
+ "chapter_texts": {
+ "description": "Array of chapter text paragraphs in English, formatted in Markdown for structured presentation including headings, lists, tables, and links to provide comprehensive and professional due diligence content.",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "sub_sections": {
+ "description": "Array of sub-sections in English.",
+ "items": {
+ "$ref": "#/definitions/sub_section"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "chapter_name",
+ "sub_sections",
+ "chapter_texts"
+ ],
+ "type": "object"
+ },
+ "zh": {
+ "properties": {
+ "chapter_name": {
+ "description": "Chapter name in Chinese.",
+ "type": "string"
+ },
+ "chapter_texts": {
+ "description": "Array of chapter text paragraphs in Chinese, formatted in Markdown for structured presentation including headings, lists, tables, and links to provide comprehensive and professional due diligence content.",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "sub_sections": {
+ "description": "Array of sub-sections in Chinese.",
+ "items": {
+ "$ref": "#/definitions/sub_section"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "chapter_name",
+ "sub_sections",
+ "chapter_texts"
+ ],
+ "type": "object"
+ }
+ },
+ "required": [
+ "en"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "languages": {
+ "description": "Array of language codes indicating the languages included in the response, where 'zk' represents Chinese and 'en' represents English.",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "report_infos": {
+ "description": "Dictionary containing report metadata in English and Chinese.",
+ "properties": {
+ "en": {
+ "properties": {
+ "report_date": {
+ "description": "Report generation date in English.",
+ "type": "string"
+ },
+ "report_name": {
+ "description": "Full report name in English.",
+ "type": "string"
+ },
+ "report_type": {
+ "description": "Type of the report in English.",
+ "type": "string"
+ }
+ },
+ "required": [
+ "report_date",
+ "report_name",
+ "report_type"
+ ],
+ "type": "object"
+ },
+ "zh": {
+ "properties": {
+ "report_date": {
+ "description": "Report generation date in Chinese.",
+ "type": "string"
+ },
+ "report_name": {
+ "description": "Full report name in Chinese.",
+ "type": "string"
+ },
+ "report_type": {
+ "description": "Type of the report in Chinese.",
+ "type": "string"
+ }
+ },
+ "required": [
+ "report_date",
+ "report_name",
+ "report_type"
+ ],
+ "type": "object"
+ }
+ },
+ "required": [
+ "en"
+ ],
+ "type": "object"
+ }
+ },
+ "required": [
+ "languages",
+ "report_infos",
+ "chapter_infos"
+ ],
+ "type": "object"
+ },
+ "type": {
+ "description": "Indicates structured due diligence report output.",
+ "enum": [
+ "results"
+ ]
+ }
+ },
+ "required": [
+ "type",
+ "data"
+ ],
+ "type": "object"
+ }
+]