Files
predict-test-repo/program.json
2026-02-04 21:42:32 -08:00

26 lines
500 B
JSON

{
"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.13",
"dspy": "3.1.2",
"cloudpickle": "3.1"
}
}
}