Skip to main content
Callable agent fields recalculate request parameters from the current run state before each model turn.
Dynamic tools and sampling values can follow the same pattern. A tool may set next_turn_params to change only the immediately following request. These overrides survive an approval checkpoint and expire after the next turn. Use callables for policy that should be recomputed every turn. Use next_turn_params for a tool-specific handoff.
Last modified on July 26, 2026