79258785

Date: 2024-12-06 17:05:09
Score: 0.5
Natty:
Report link

You can implement it like this:

class Routing(dspy.Signature):
"""some short description of the task here""
input_query = dspy.InputField()
output_field_1: List[str] = dspy.InputField(desc="description here " format = list)
output_field_2: str = dspy.InputField(desc="description here 2 ")
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mohamed Berrimi