Add SavedConversation::list() method

Co-Authored-By: Kyle Caverly <kyle@zed.dev>
This commit is contained in:
Nathan Sobo 2023-06-20 13:29:34 -06:00
parent 9f783944a7
commit 230b4d237e
3 changed files with 50 additions and 1 deletions

View file

@ -25,6 +25,7 @@ anyhow.workspace = true
chrono = "0.4"
futures.workspace = true
isahc.workspace = true
regex.workspace = true
schemars.workspace = true
serde.workspace = true
serde_json.workspace = true