{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SummarizedReasoningContentPart", "title": "SummarizedReasoningContentPart", "properties": { "index": { "type": "integer", "title": "Index", "description": "The index of the summary part." }, "text": { "type": "string", "title": "Text", "description": "The text of the summary part." } }, "type": "object", "required": [ "index", "text" ] }