cloud_api_types: Add types for WebSocket protocol (#35753)
This PR adds types for the Cloud WebSocket protocol to the `cloud_api_types` crate. Release Notes: - N/A
This commit is contained in:
parent
9358690337
commit
58392b9c13
5 changed files with 34 additions and 0 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -3081,7 +3081,9 @@ dependencies = [
|
|||
name = "cloud_api_types"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"chrono",
|
||||
"ciborium",
|
||||
"cloud_llm_client",
|
||||
"pretty_assertions",
|
||||
"serde",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue