(dataChan <-chan []byte, rule *config.ToolCallInjectionRule, model string)
| 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 --- |
| 26 |
no outgoing calls
no test coverage detected