(no commit message)

This commit is contained in:
2026-02-16 01:39:25 -08:00
parent 76a16348f9
commit e77a41f82f
3 changed files with 66 additions and 2 deletions

30
program.json Normal file
View File

@@ -0,0 +1,30 @@
{
"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"
}
}
}