(id: &str, agent: &str, prompt: &str)
| 360 | } |
| 361 | |
| 362 | fn spec(id: &str, agent: &str, prompt: &str) -> AgentStepSpec { |
| 363 | AgentStepSpec::new(id, agent, "d", prompt) |
| 364 | } |
| 365 | |
| 366 | #[tokio::test] |
| 367 | async fn agent_runs_a_single_step() { |
no outgoing calls
no test coverage detected