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
In the example shown below we can see that tool_messages isn't a JSON dict but a string due to it not being JSON serializable.
This is most likely due to State not having a to_dict method. A to_dict method should be added to State so the tool_messages can be represented as a dict in Langfuse.
The text was updated successfully, but these errors were encountered:
In the example shown below we can see that
tool_messages
isn't a JSON dict but a string due to it not being JSON serializable.This is most likely due to
State
not having ato_dict
method. Ato_dict
method should be added to State so thetool_messages
can be represented as a dict in Langfuse.The text was updated successfully, but these errors were encountered: