progress on prompt chains

This commit is contained in:
KCaverly 2023-10-16 18:47:10 -04:00
parent 40755961ea
commit 500af6d775
8 changed files with 349 additions and 76 deletions

View file

@ -11,6 +11,7 @@ doctest = false
[dependencies]
gpui = { path = "../gpui" }
util = { path = "../util" }
language = { path = "../language" }
async-trait.workspace = true
anyhow.workspace = true
futures.workspace = true