Skip to content

Commit 32091f8

Browse files
authored
Merge pull request #2 from estsauver/codex/update-docstring-note-todo-fimxe-to-note-todo-fixme
Update FIXME tag in adapter docstring
2 parents ea15048 + 6964eb3 commit 32091f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dspy/adapters/two_step_adapter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from dspy.signatures.signature import Signature, make_signature
99

1010
"""
11-
NOTE/TODO/FIMXE:
11+
NOTE/TODO/FIXME:
1212
1313
The main issue below is that the second step's signature is entirely created on the fly and is invoked with a chat
1414
adapter explicitly constructed with no demonstrations. This means that it cannot "learn" or get optimized.

0 commit comments

Comments
 (0)