actualbrain's picture
score-45, gpt-4.1
3c0a133
raw
history blame contribute delete
216 Bytes
extraction_schema = {
"type": "object",
"properties": {
"result": {
"type": "string",
"description": "The answer to the question"
}
},
"required": ["result"]
}