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

Method with_dependencies

core/src/planning/mod.rs:175–178  ·  view source on GitHub ↗

Set dependency IDs

(mut self, deps: Vec<String>)

Source from the content-addressed store, hash-verified

173
174 /// Set dependency IDs
175 pub fn with_dependencies(mut self, deps: Vec<String>) -> Self {
176 self.dependencies = deps;
177 self
178 }
179
180 /// Set success criteria
181 pub fn with_success_criteria(mut self, criteria: impl Into<String>) -> Self {

Calls

no outgoing calls