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

Method with_temperature

core/src/agent_api/session_options.rs:485–488  ·  view source on GitHub ↗
(mut self, temperature: f32)

Source from the content-addressed store, hash-verified

483 }
484
485 pub fn with_temperature(mut self, temperature: f32) -> Self {
486 self.temperature = Some(temperature);
487 self
488 }
489
490 pub fn with_thinking_budget(mut self, budget: usize) -> Self {
491 self.thinking_budget = Some(budget);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected