Skip to main content

deepseek_recipe_core/
lib.rs

1//! Shared conversation, image, and tool types for protocol adapters and prompt
2//! rendering.
3
4pub mod conversation;
5pub mod messages;
6pub mod multimodal;
7pub mod tools;
8pub mod util;