You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception raised when calling lm.inspect_history method
Traceback (most recent call last):
File "/Users/build/Downloads/dspy-issue/main.py", line 42, in
lm.inspect_history(n=1)
File "/Users/build/Downloads/dspy-issue/.venv/lib/python3.12/site-packages/dspy/clients/base_lm.py", line 136, in inspect_history
return inspect_history(self.history, n)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: inspect_history() takes from 0 to 1 positional arguments but 2 were given
Steps to reproduce
lm.inspect_history(n=1)
DSPy version
2.6.25
The text was updated successfully, but these errors were encountered:
What happened?
Exception raised when calling lm.inspect_history method
Traceback (most recent call last):
File "/Users/build/Downloads/dspy-issue/main.py", line 42, in
lm.inspect_history(n=1)
File "/Users/build/Downloads/dspy-issue/.venv/lib/python3.12/site-packages/dspy/clients/base_lm.py", line 136, in inspect_history
return inspect_history(self.history, n)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: inspect_history() takes from 0 to 1 positional arguments but 2 were given
Steps to reproduce
DSPy version
2.6.25
The text was updated successfully, but these errors were encountered: