(no commit message)
This commit is contained in:
36
config.json
Normal file
36
config.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"model": null,
|
||||
"signature": {
|
||||
"description": "Given the fields `question`, produce the fields `reasoning`, `answer`.",
|
||||
"properties": {
|
||||
"question": {
|
||||
"__dspy_field_type": "input",
|
||||
"desc": "${question}",
|
||||
"prefix": "Question:",
|
||||
"title": "Question",
|
||||
"type": "string"
|
||||
},
|
||||
"reasoning": {
|
||||
"__dspy_field_type": "output",
|
||||
"desc": "${reasoning}",
|
||||
"prefix": "Reasoning:",
|
||||
"title": "Reasoning",
|
||||
"type": "string"
|
||||
},
|
||||
"answer": {
|
||||
"__dspy_field_type": "output",
|
||||
"desc": "${answer}",
|
||||
"prefix": "Answer:",
|
||||
"title": "Answer",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"question",
|
||||
"reasoning",
|
||||
"answer"
|
||||
],
|
||||
"title": "QA",
|
||||
"type": "object"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user