--- Injection: append tool_call to real responses ---
(resp []byte, rule *config.ToolCallInjectionRule)
| 20 | // --- Injection: append tool_call to real responses --- |
| 21 | |
| 22 | InjectNonStream(resp []byte, rule *config.ToolCallInjectionRule) []byte |
| 23 | InjectStream(dataChan <-chan []byte, rule *config.ToolCallInjectionRule, model string) <-chan []byte |
| 24 | |
| 25 | // --- Stripping: remove injected content from request history --- |
no outgoing calls
no test coverage detected