Skip to main content

resolved_max_steps

Method
This is a method of the ExecutionConfig class in the feature_configs module.
Single, unified step budget honoured by both tool-execution loops. Returns max_steps when explicitly set, otherwise falls back to max_iter so existing defaults keep working (backward compatible).

Signature

Returns

int
The result of the operation.

Source

View on GitHub

praisonaiagents/config/feature_configs.py at line 963