pub async fn inference_loop(ctx: InferenceContext<'_>) -> Result<()>Expand description
Run the inference loop: send messages, stream responses, dispatch tool calls.
pub async fn inference_loop(ctx: InferenceContext<'_>) -> Result<()>Run the inference loop: send messages, stream responses, dispatch tool calls.