(no commit message)

This commit is contained in:
2026-04-19 20:57:09 -07:00
parent e7c7e8587f
commit 746c3ea915
5 changed files with 61 additions and 1 deletions

26
program.json Normal file
View File

@@ -0,0 +1,26 @@
{
"traces": [],
"train": [],
"demos": [],
"signature": {
"instructions": "Summarize the given text into a concise summary.",
"fields": [
{
"prefix": "Text:",
"description": "The text to summarize"
},
{
"prefix": "Summary:",
"description": "A concise summary of the text"
}
]
},
"lm": null,
"metadata": {
"dependency_versions": {
"python": "3.11",
"dspy": "3.1.2",
"cloudpickle": "3.1"
}
}
}