diff --git a/README.md b/README.md index 10a81560..d69f1c8e 100644 --- a/README.md +++ b/README.md @@ -320,19 +320,19 @@ ChatCompletionOptions options = new() { "type": "object", "properties": { - "steps": { - "type": "array", - "items": { - "type": "object", - "properties": { - "explanation": { "type": "string" }, - "output": { "type": "string" } + "steps": { + "type": "array", + "items": { + "type": "object", + "properties": { + "explanation": { "type": "string" }, + "output": { "type": "string" } + }, + "required": ["explanation", "output"], + "additionalProperties": false + } }, - "required": ["explanation", "output"], - "additionalProperties": false - } - }, - "final_answer": { "type": "string" } + "final_answer": { "type": "string" } }, "required": ["steps", "final_answer"], "additionalProperties": false