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

Method with_yolo_lanes

core/src/hitl.rs:71–74  ·  view source on GitHub ↗

Enable YOLO mode for specific lanes

(mut self, lanes: impl IntoIterator<Item = SessionLane>)

Source from the content-addressed store, hash-verified

69
70 /// Enable YOLO mode for specific lanes
71 pub fn with_yolo_lanes(mut self, lanes: impl IntoIterator<Item = SessionLane>) -> Self {
72 self.yolo_lanes = lanes.into_iter().collect();
73 self
74 }
75
76 /// Set timeout
77 pub fn with_timeout(mut self, timeout_ms: u64, action: TimeoutAction) -> Self {

Calls

no outgoing calls