zai-rs 0.5.0

一个 Rust SDK, 用于调用 智谱AI API
Documentation
1
2
3
4
5
6
7
8
9
10
//! Tools service operations (plan P06).
//!
//! These are NEW operations under `ApiFamily::PaasV4`, distinct from the
//! existing [`crate::tool`] module (web search, file parser).

pub mod request;
pub mod response;

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