zai-rs 0.5.0

一个 Rust SDK, 用于调用 智谱AI API
Documentation
1
2
3
4
5
//! Retrieve the result of an asynchronous chat task — types live in [`data`].

/// Request builder and types for fetching an async chat result.
pub mod data;
pub use data::*;