{ "model": null, "signature": { "description": "Classify whether an argument is high or low quality for the provided topic. As you reason, note any uncertainties, ambiguities, and gaps \u2014 both in how the instructions apply to the task at hand and in whether you have the knowledge needed to solve it. Be honest in your reasoning when you are unsure about your answer.", "properties": { "topic": { "__dspy_field_type": "input", "desc": "Discussion topic for the argument.", "prefix": "Topic:", "title": "Topic", "type": "string" }, "argument": { "__dspy_field_type": "input", "desc": "Argument text to classify.", "prefix": "Argument:", "title": "Argument", "type": "string" }, "reasoning": { "__dspy_field_type": "output", "desc": "Step-by-step reasoning, including uncertainty, ambiguity, or uncertainty in your thought process when relevant.", "prefix": "Reasoning:", "title": "Reasoning", "type": "string" }, "quality_label": { "__dspy_field_type": "output", "desc": "Final argument quality label.", "enum": [ "high_quality", "low_quality" ], "prefix": "Quality Label:", "title": "Quality Label", "type": "string" } }, "required": [ "topic", "argument", "reasoning", "quality_label" ], "title": "ArgumentQualityJudgeSig", "type": "object" } }