(no commit message)

This commit is contained in:
2026-04-02 18:09:22 -07:00
parent 21111b7748
commit 62553c714a
6 changed files with 74 additions and 2 deletions

32
program.json Normal file
View File

@@ -0,0 +1,32 @@
{
"cot.predict": {
"traces": [],
"train": [],
"demos": [],
"signature": {
"instructions": "Classify a document snippet into one of the supported label buckets.",
"fields": [
{
"prefix": "Context:",
"description": "Document text or snippet to classify"
},
{
"prefix": "Reasoning: Let's think step by step in order to",
"description": "${reasoning}"
},
{
"prefix": "Label:",
"description": "Return exactly one of: legal, healthcare, personal, tax, or other"
}
]
},
"lm": null
},
"metadata": {
"dependency_versions": {
"python": "3.11",
"dspy": "3.1.3",
"cloudpickle": "3.1"
}
}
}