30 lines
582 B
JSON
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"
|
|
}
|
|
}
|
|
} |