//! # Tool Module
//!
//! Clients and wire types for Zhipu's standalone tool APIs.
//!
//! # Available Tools
//!
//! - [`web_search`] — Live web search for retrieving current information
//! - [`file_parser_create`] — Create file-parsing tasks for document analysis
//! - [`file_parser_result`] — Retrieve results from file-parsing operations
//!
//! These request builders call their corresponding HTTP endpoints directly;
//! they are distinct from user-defined
//! [dynamic tools](crate::toolkits::core::DynTool) registered with a
//! [tool executor](crate::toolkits::ToolExecutor).
// File Parser Create
pub use ;
// File Parser Result
pub use ;
// Web Search
pub use ;