Set confirmation inheritance policy for child runs.
(mut self, inheritance: ConfirmationInheritance)
| 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 { |
no outgoing calls
no test coverage detected