Skip to content

Fix qwen3 prompt selection in reset - #36

Open
mofree wants to merge 1 commit into
microsoft:mainfrom
mofree:fix-qwen3-reset-prompt
Open

Fix qwen3 prompt selection in reset#36
mofree wants to merge 1 commit into
microsoft:mainfrom
mofree:fix-qwen3-reset-prompt

Conversation

@mofree

@mofree mofree commented Aug 7, 2026

Copy link
Copy Markdown

Remove 'qwen3' from the O1 prompt branch in reset() so that it reaches the R1 prompt branch, keeping prompt selection consistent with __init__() and the <answer> parser in act().

Related observations not addressed by this commit:

  • 'qwen3' model-name detection is case-sensitive.
  • act() contains an if/else with same branches that execute the same statement.

Remove 'qwen3' from the O1 prompt branch in reset() so that it reaches the R1 prompt branch, keeping prompt selection consistent with __init__() and the `<answer>` parser in act().

Related observations not addressed by this commit:
- 'qwen3' model-name detection is case-sensitive.
- act() contains an if/else with same branches that execute the same statement.
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