-
-
Notifications
You must be signed in to change notification settings - Fork 759
Open
Labels
Description
➜ llm logs list | grep conversation
# 2025-05-30T11:22:47 conversation: foo
# 2025-05-30T11:31:28 conversation: foo
# 2025-05-31T12:57:12 conversation: barHere, the first two (or rather 3rd and 2nd last) conversations were done with llm --continue --conversation foo. However, the last prompt I only ran llm --continue and that seems to have used a conversation id (and model) from another prompt (or at least logged a wrong conversation id and model)
Is this intended behavior and I'm misunderstanding how --continue should be used?
Reactions are currently unavailable