deepseek-recipe-core 0.1.0

Shared conversation, message, and tool types for DeepSeek models.
Documentation
1
2
3
4
5
6
7
8
//! Shared conversation, image, and tool types for protocol adapters and prompt
//! rendering.

pub mod conversation;
pub mod messages;
pub mod multimodal;
pub mod tools;
pub mod util;