(no commit message)

This commit is contained in:
2025-12-20 17:25:13 -08:00
parent a725a33c8b
commit 604479613b
7 changed files with 53 additions and 2 deletions

28
program.json Normal file
View File

@@ -0,0 +1,28 @@
{
"predict": {
"traces": [],
"train": [],
"demos": [],
"signature": {
"instructions": "Given the fields `input`, produce the fields `summary`.",
"fields": [
{
"prefix": "Input:",
"description": "${input}"
},
{
"prefix": "Summary:",
"description": "${summary}"
}
]
},
"lm": null
},
"metadata": {
"dependency_versions": {
"python": "3.11",
"dspy": "3.0.4",
"cloudpickle": "3.1"
}
}
}