[GH-ISSUE #1511] DOC: <Issue related to /old/tracing/faq/querying_traces> #6

Open
opened 2026-02-17 17:18:58 -05:00 by yindo · 1 comment
Owner

Originally created by @MaxHoecker on GitHub (Oct 8, 2024).
Original GitHub issue: https://github.com/langchain-ai/docs/issues/1511

In the UI I have a filter so that a run's input "does not match" a given string. But I'm having a difficult time figuring out how to replicate that via the sdk/rest api filter syntax.

Any updates to the docs to indicate how to do "matches" and "does not match" for a run's input with maybe even an example provided would be greatly appreciated

Thanks!

Originally created by @MaxHoecker on GitHub (Oct 8, 2024). Original GitHub issue: https://github.com/langchain-ai/docs/issues/1511 In the UI I have a filter so that a run's input "does not match" a given string. But I'm having a difficult time figuring out how to replicate that via the sdk/rest api filter syntax. Any updates to the docs to indicate how to do "matches" and "does not match" for a run's input with maybe even an example provided would be greatly appreciated Thanks!
yindo added the langsmithexternal labels 2026-02-17 17:18:58 -05:00
Author
Owner

@MaxHoecker commented on GitHub (Oct 8, 2024):

realized I could determine it from the UI url. Figured out it was: notlike(inputs, "input string to not match")
seems like the "inputs" field and the "like" and "notlike" comparison operators should definitely be added to the docs

@MaxHoecker commented on GitHub (Oct 8, 2024): realized I could determine it from the UI url. Figured out it was: `notlike(inputs, "input string to not match")` seems like the "inputs" field and the "like" and "notlike" comparison operators should definitely be added to the docs
yindo changed title from DOC: <Issue related to /old/tracing/faq/querying_traces> to [GH-ISSUE #1511] DOC: <Issue related to /old/tracing/faq/querying_traces> 2026-06-05 17:24:31 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#6