pub async fn streaming_tool<M, F>(
model: M,
configure: F,
) -> Result<ScenarioReport, ScenarioError>Available on crate feature
test-utils only.Expand description
Runs a tool through Rig’s multi-turn streaming agent driver.