(id: &str, agent: &str)
| 244 | } |
| 245 | |
| 246 | fn spec(id: &str, agent: &str) -> AgentStepSpec { |
| 247 | AgentStepSpec::new(id, agent, "d", format!("prompt-{id}")) |
| 248 | } |
| 249 | |
| 250 | #[tokio::test] |
| 251 | async fn fans_out_in_input_order() { |
no outgoing calls
no test coverage detected