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().
pub async fn reason(
client: &DeepSeekClient<ReqwestClient>,
system: &str,
user: &str,
) -> Result<ReasonerOutput>Thin wrapper that builds a ChatRequest for deepseek-reasoner and calls client.chat().