We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aafb99a commit da44556Copy full SHA for da44556
tests/entrypoints/openai/tool_parsers/test_pythonic_tool_parser.py
@@ -210,7 +210,7 @@ def test_streaming_tool_call_with_large_steps():
210
def test_regex_timeout_handling(streaming: bool):
211
"""test regex timeout is handled gracefully"""
212
mock_tokenizer = MagicMock()
213
- tool_parser: ToolParser = ToolParserManager.get_tool_parser("llama4_pythonic")(
+ tool_parser: ToolParser = ToolParserManager.get_tool_parser("pythonic")(
214
mock_tokenizer
215
)
216
0 commit comments