Expand description
API定义模块,包含核心接口和数据结构
API definition module containing core interfaces and data structures.
This module defines the fundamental traits and types used by all AI provider adapters, ensuring consistent behavior across different vendor implementations.
Re-exports§
pub use chat::ChatApi;pub use chat::ChatCompletionChunk;pub use chat::ChatProvider;pub use chat::ChoiceDelta;pub use chat::MessageDelta;pub use chat::ModelInfo;pub use chat::ModelPermission;