28 lines
645 B
JSON
28 lines
645 B
JSON
{
|
|
"model": "openai/gpt-4o-mini",
|
|
"signature": {
|
|
"description": "Summarize the given text into a concise summary.",
|
|
"properties": {
|
|
"text": {
|
|
"__dspy_field_type": "input",
|
|
"desc": "The text to summarize",
|
|
"prefix": "Text:",
|
|
"title": "Text",
|
|
"type": "string"
|
|
},
|
|
"summary": {
|
|
"__dspy_field_type": "output",
|
|
"desc": "A concise summary of the text",
|
|
"prefix": "Summary:",
|
|
"title": "Summary",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"text",
|
|
"summary"
|
|
],
|
|
"title": "SummarizeSignature",
|
|
"type": "object"
|
|
}
|
|
} |