Skip to main content

Module types

Module types 

Source
Expand description

Standard type system based on AI-Protocol standard_schema

Re-exports§

pub use events::StreamingEvent;
pub use message::Message;
pub use message::MessageRole;
pub use tool::ToolCall;
pub use tool::ToolDefinition;

Modules§

events
Streaming events based on AI-Protocol standard_schema
message
Unified message format based on AI-Protocol standard_schema
tool
Tool calling definitions based on AI-Protocol standard_schema