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

Method with_queue_config

core/src/agent_api/session_options.rs:99–102  ·  view source on GitHub ↗
(mut self, config: SessionQueueConfig)

Source from the content-addressed store, hash-verified

97 }
98
99 pub fn with_queue_config(mut self, config: SessionQueueConfig) -> Self {
100 self.queue_config = Some(config);
101 self
102 }
103
104 /// Enable default security provider with taint tracking and output sanitization
105 pub fn with_default_security(mut self) -> Self {

Calls

no outgoing calls