(mut self, budget: usize)
| 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 | /// |
no outgoing calls
no test coverage detected