Thomas Dybdahl Ahle

Results 2 issues of Thomas Dybdahl Ahle

Some of the code in template_v2 and v3 gives special treatment to names like `context`, `answer`, `answers` and `passages`. This is a bit confusing to new users, when they rename...

I was just defining a signature like this: ```python class Signature(dspy.Signature): __doc__ = textwrap.dedent( """I gave my language model a task, but it failed. Figure out what went wrong, and...