zai-rs 0.6.0

Type-safe async Rust SDK for Zhipu AI (BigModel) APIs
Documentation
1
2
3
4
5
6
7
8
9
//! Retrieve the result of an asynchronous chat, image, or video task.

/// Request builder for fetching an asynchronous task result.
mod data;
/// Shared acknowledgement and polling response types.
mod response;

pub use data::*;
pub use response::*;