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
Fix regression: validate tool_choice=auto when enable_auto_tools=True but tool_parser=None
The previous logic missed the case where:
- tool_choice="auto"
- enable_auto_tools=True
- tool_parser=None
In this scenario, no error was returned, but it should error since
tool_parser is still required.
Also added regression test to cover this case.
Signed-off-by: majiayu000 <[email protected]>
0 commit comments