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 @@ -324,19 +324,19 @@ ChatCompletionOptions options = new()
324324 {
325325 "type": "object",
326326 "properties": {
327- "steps": {
328- "type": "array",
329- "items": {
330- "type": "object",
331- "properties": {
332- "explanation": { "type": "string" },
333- "output": { "type": "string" }
327+ "steps": {
328+ "type": "array",
329+ "items": {
330+ "type": "object",
331+ "properties": {
332+ "explanation": { "type": "string" },
333+ "output": { "type": "string" }
334+ },
335+ "required": ["explanation", "output"],
336+ "additionalProperties": false
337+ }
334338 },
335- "required": ["explanation", "output"],
336- "additionalProperties": false
337- }
338- },
339- "final_answer": { "type": "string" }
339+ "final_answer": { "type": "string" }
340340 },
341341 "required": ["steps", "final_answer"],
342342 "additionalProperties": false
You can’t perform that action at this time.
0 commit comments