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
ERROR:openinference.instrumentation.langchain._tracer:Failed to get attribute.
Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/openinference/instrumentation/langchain/_tracer.py", line 282, in wrapper
yield from wrapped(*args, **kwargs)
File "/usr/local/lib/python3.10/dist-packages/openinference/instrumentation/langchain/_tracer.py", line 382, in _input_messages
raise ValueError(f"failed to parse messages of type {type(first_messages)}")
ValueError: failed to parse messages of type <class 'tuple'>
Alright, I was able to reproduce this issue. Before we work on a fix, I’d like to point out that it has minimal impact on the trace’s usability, as it occurs in a minor section and can be generally ignored.
Hey @yeesian, thanks for reporting this issue! We are heads down on our current milestone, but we will circle back when we free up to take a look at this. Thanks for your patience.
Describe the bug
To Reproduce
Installation:
Reproducing the issue:
Expected behavior
No
ValueError
to be raised.Additional context
You can switch to OpenAI if preferred, I just happen to have ChatVertexAI available on hand for myself to reproduce.
The text was updated successfully, but these errors were encountered: