Skip to content

Fix typo "mdoel" -> "model" in dump_mdoel_for_chat_completion_request#456

Open
rosaboyle wants to merge 1 commit into
eval-protocol:mainfrom
rosaboyle:main
Open

Fix typo "mdoel" -> "model" in dump_mdoel_for_chat_completion_request#456
rosaboyle wants to merge 1 commit into
eval-protocol:mainfrom
rosaboyle:main

Conversation

@rosaboyle

@rosaboyle rosaboyle commented Jun 28, 2026

Copy link
Copy Markdown

As title.

Pretty sure this should have been model and not mdoel. Please enlighten me otherwise ;)


Note

Low Risk
Pure identifier rename with no logic changes; low risk unless external code still calls the old misspelled method name.

Overview
Renames Message.dump_mdoel_for_chat_completion_request to dump_model_for_chat_completion_request (typo fix: mdoel → model).

All call sites are updated in rollout processors (default_agent_rollout_processor, default_single_turn_rollout_process, tracing_utils), remote test server and e2e script, and related tests/comments. Behavior is unchanged—still strips non–chat-completion fields before API requests.

Reviewed by Cursor Bugbot for commit fd9b22f. Bugbot is set up for automated code reviews on this repo. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant