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

Method with_retry_config

core/src/llm/factory.rs:97–100  ·  view source on GitHub ↗
(mut self, retry_config: RetryConfig)

Source from the content-addressed store, hash-verified

95 }
96
97 pub fn with_retry_config(mut self, retry_config: RetryConfig) -> Self {
98 self.retry_config = Some(retry_config);
99 self
100 }
101
102 pub fn with_temperature(mut self, temperature: f32) -> Self {
103 self.temperature = Some(temperature);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected