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 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!
The text was updated successfully, but these errors were encountered:
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
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!
The text was updated successfully, but these errors were encountered: