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
I was torn between the following options for searching for logs matching a term:
llm logs -q/--query
llm logs -s/--search
I chose -q/--query - the -s one could be confused with -s/--system used by the llm prompt command.
I was worried that -q/--query might indicate that this takes a custom SQL query, but I figure I can use --sql or --where for that if I ever implement that feature.
Could be a really useful feature. Since we have
prompt
andresponse
text columns, why not enable FTS on them?Then we can support
llm logs -q 'search term'
. And have search in the web UI too.The text was updated successfully, but these errors were encountered: