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
Retrieve the latest prompt versions for the given search parameters.
1287
1285
1288
1286
Parameters:
1289
-
name: The substring of the prompt name to search for. If you have an exact name, consider using the `get_prompt` method instead since the name is a unique identifier.
1290
1287
filter_string: A filter string to narrow down the search using Opik Query Language (OQL).
1291
1288
The format is: "<COLUMN> <OPERATOR> <VALUE> [AND <COLUMN> <OPERATOR> <VALUE>]*"
0 commit comments