[Add] AiResponse

This commit is contained in:
Alex Emmet 2026-05-09 02:46:23 +02:00
commit f63722f67c
3 changed files with 24 additions and 0 deletions

View file

@ -11,6 +11,7 @@ thiserror = "2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
stp-core = { git = "https://git.methanium.net/shoal/stp.git" }
tokio = "1"
[dev-dependencies]
tokio = { version = "1", features = ["full"] }