zai-rs 0.5.1

一个 Rust SDK, 用于调用 智谱AI API
Documentation
1
2
3
4
5
6
7
8
9
10
//! Document-processing tool service operations.
//!
//! These operations use `ApiFamily::PaasV4` and are distinct from the
//! [`crate::tool`] module's web-search and file-parser APIs.

mod request;
mod response;

pub use request::*;
pub use response::*;