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
feat(core): Add enableTruncation option to LangChain integration
This PR adds an `enableTruncation` option to the LangChain integration that
allows users to disable input message truncation. It defaults to `true`
to preserve existing behavior.
Also fixes missing truncation for LLM string prompts in extractLLMRequestAttributes
and refactors to use the shared getTruncatedJsonString/getJsonString utilities.
Closes: #20138
0 commit comments