lmcli/pkg/cmd
Matt Low 42c3297e54 Make Conversation a pointer refernece on Message
Instead of a value, which lead some odd handling of conversation
references.

Also fixed some formatting and removed an unnecessary (and probably
broken) setting of ConversationID in a call to
`cmdutil.HandleConversationReply`
2024-06-09 18:51:44 +00:00
..
util Refactor pkg/lmcli/provider 2024-06-09 18:31:43 +00:00
chat.go `lmcli chat`: check that conversation exists 2024-05-20 16:07:38 +00:00
clone.go Add message branching 2024-05-20 22:29:51 +00:00
cmd.go Update command flag handling 2024-05-07 08:18:48 +00:00
continue.go Add message branching 2024-05-20 22:29:51 +00:00
edit.go Add message branching 2024-05-20 22:29:51 +00:00
list.go Add message branching 2024-05-20 22:29:51 +00:00
new.go Add message branching 2024-05-20 22:29:51 +00:00
prompt.go Add message branching 2024-05-20 22:29:51 +00:00
remove.go Project refactor, add anthropic API support 2024-03-12 01:01:19 -06:00
rename.go Add message branching 2024-05-20 22:29:51 +00:00
reply.go Make Conversation a pointer refernece on Message 2024-06-09 18:51:44 +00:00
retry.go Set default retry offset to 0 2024-05-21 00:13:56 +00:00
view.go Add message branching 2024-05-20 22:29:51 +00:00