MCPcopy Index your code
hub / github.com/AI45Lab/Code / with_confirmation

Method with_confirmation

core/src/subagent.rs:358–361  ·  view source on GitHub ↗

Set confirmation inheritance policy for child runs.

(mut self, inheritance: ConfirmationInheritance)

Source from the content-addressed store, hash-verified

356
357 /// Set confirmation inheritance policy for child runs.
358 pub fn with_confirmation(mut self, inheritance: ConfirmationInheritance) -> Self {
359 self.confirmation_inheritance = Some(inheritance);
360 self
361 }
362
363 /// Compile this worker recipe into a runtime agent definition.
364 pub fn into_agent_definition(self) -> AgentDefinition {

Callers 3

into_agent_definitionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected