You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update test for provider-layer max_tokens normalization
After the oracle#148 refactor, OpenAIProvider.normalize_params remaps max_tokens
to max_completion_tokens at request-prep time. The agent layer now stays
model-agnostic and passes max_tokens through unchanged, so the test now
asserts that behavior instead of the old agents/common.py remap.
0 commit comments