()
| 59 | } |
| 60 | |
| 61 | fn make_test_executor() -> AhpHookExecutor { |
| 62 | let client = Arc::new(AhpClient::new_for_testing(Arc::new(NoopTransport))); |
| 63 | AhpHookExecutor::new_for_testing(client, 10_000) |
| 64 | } |
| 65 | |
| 66 | fn usage(total_tokens: usize) -> crate::llm::TokenUsage { |
| 67 | crate::llm::TokenUsage { |
no outgoing calls
no test coverage detected