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

Method with_thinking_budget

core/src/agent_api/session_options.rs:490–493  ·  view source on GitHub ↗
(mut self, budget: usize)

Source from the content-addressed store, hash-verified

488 }
489
490 pub fn with_thinking_budget(mut self, budget: usize) -> Self {
491 self.thinking_budget = Some(budget);
492 self
493 }
494
495 /// Override the maximum number of tool execution rounds for this session.
496 ///

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected