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
Is your feature request related to a problem? Please describe.
We don't currently parse out the actual response from langchain / langgraph as plain text in our instrumentor. We instead dump the whole llm response dictionary, which is difficult to read as a user.
Describe the solution you'd like
I recognize langchain and langgraph have some inconsistency in their output formats, but ideally we could add some conditional logic to at least parse out these plaintext values in the most common scenarios.
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We don't currently parse out the actual response from langchain / langgraph as plain text in our instrumentor. We instead dump the whole llm response dictionary, which is difficult to read as a user.
Describe the solution you'd like
I recognize langchain and langgraph have some inconsistency in their output formats, but ideally we could add some conditional logic to at least parse out these plaintext values in the most common scenarios.
Additional context
The text was updated successfully, but these errors were encountered: