Thinking configuration for ZAI GLM-4.5+ models.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ZAIThinking", "title": "ZAIThinking", "properties": { "type": { "type": "string", "enum": [ "enabled", "disabled" ], "title": "Type", "description": "Whether thinking is enabled or disabled.", "default": "enabled" }, "clear_thinking": { "type": "boolean", "title": "Clear Thinking", "description": "If False, preserved thinking is used (recommended for agents).", "default": false } }, "type": "object", "description": "Thinking configuration for ZAI GLM-4.5+ models." }