MCPcopy Create free account
hub / github.com/AI45Lab/Code / apply_injected_context

Method apply_injected_context

core/src/agent/turn_context.rs:320–322  ·  view source on GitHub ↗
(&self, injected: crate::ahp::InjectedContext)

Source from the content-addressed store, hash-verified

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)]

Callers 1

Calls 1

Tested by

no test coverage detected