extraction_schema = { "type": "object", "properties": { "result": { "type": "string", "description": "The answer to the question" } }, "required": ["result"] }