28 lines
529 B
JSON
28 lines
529 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
} |