pub fn build_request(
model: &DeepSeekModel,
messages: Vec<ChatMessage>,
tools: Option<Vec<ToolSchema>>,
effort: &EffortLevel,
) -> ChatRequestExpand description
Build a ChatRequest with optional tool schemas. Free function — usable without a client instance.