Skip to main content

reason

Function reason 

Source
pub async fn reason(
    client: &DeepSeekClient<ReqwestClient>,
    system: &str,
    user: &str,
) -> Result<ReasonerOutput>
Expand description

Thin wrapper that builds a ChatRequest for deepseek-reasoner and calls client.chat().