File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -320,19 +320,19 @@ ChatCompletionOptions options = new()
320320 {
321321 "type": "object",
322322 "properties": {
323- "steps": {
324- "type": "array",
325- "items": {
326- "type": "object",
327- "properties": {
328- "explanation": { "type": "string" },
329- "output": { "type": "string" }
323+ "steps": {
324+ "type": "array",
325+ "items": {
326+ "type": "object",
327+ "properties": {
328+ "explanation": { "type": "string" },
329+ "output": { "type": "string" }
330+ },
331+ "required": ["explanation", "output"],
332+ "additionalProperties": false
333+ }
330334 },
331- "required": ["explanation", "output"],
332- "additionalProperties": false
333- }
334- },
335- "final_answer": { "type": "string" }
335+ "final_answer": { "type": "string" }
336336 },
337337 "required": ["steps", "final_answer"],
338338 "additionalProperties": false
You can’t perform that action at this time.
0 commit comments