Files
qa/program.json
2026-02-16 01:39:25 -08:00

30 lines
582 B
JSON

{
"traces": [],
"train": [],
"demos": [],
"signature": {
"instructions": "Given the fields `question`, produce the fields `reasoning`, `answer`.",
"fields": [
{
"prefix": "Question:",
"description": "${question}"
},
{
"prefix": "Reasoning:",
"description": "${reasoning}"
},
{
"prefix": "Answer:",
"description": "${answer}"
}
]
},
"lm": null,
"metadata": {
"dependency_versions": {
"python": "3.11",
"dspy": "3.1.2",
"cloudpickle": "3.1"
}
}
}