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

Method with_thinking_budget

core/src/llm/factory.rs:112–115  ·  view source on GitHub ↗
(mut self, budget: usize)

Source from the content-addressed store, hash-verified

110 }
111
112 pub fn with_thinking_budget(mut self, budget: usize) -> Self {
113 self.thinking_budget = Some(budget);
114 self
115 }
116
117 pub(crate) fn resolved_headers(&self) -> HashMap<String, String> {
118 let mut headers = self.headers.clone();

Callers 4

apply_model_capsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected