(no commit message)
This commit is contained in:
28
program.json
Normal file
28
program.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user