(&self, injected: crate::ahp::InjectedContext)
| 318 | /// Apply injected context from AHP harness decision. |
| 319 | #[cfg(feature = "ahp")] |
| 320 | fn apply_injected_context(&self, injected: crate::ahp::InjectedContext) -> Vec<ContextResult> { |
| 321 | context_perception::injected_context_to_results(injected) |
| 322 | } |
| 323 | |
| 324 | /// Build augmented system prompt with context |
| 325 | #[allow(dead_code)] |
no test coverage detected