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 4cdbb8c commit 47be437Copy full SHA for 47be437
examples/server/tests/unit/test_tool_call.py
@@ -78,6 +78,8 @@ def create_server():
78
("NousResearch-Hermes-3-Llama-3.1-8B-tool_use", PYTHON_TOOL, "code"),
79
("deepseek-ai-DeepSeek-R1-Distill-Llama-8B", TEST_TOOL, "success"),
80
("deepseek-ai-DeepSeek-R1-Distill-Llama-8B", PYTHON_TOOL, "code"),
81
+ ("fireworks-ai-llama-3-firefunction-v2", TEST_TOOL, "success"),
82
+ ("fireworks-ai-llama-3-firefunction-v2", PYTHON_TOOL, "code"),
83
# TODO: fix these
84
])
85
def test_completion_with_required_tool_tiny(template_name: str, tool: dict, argument_key: str | None):
0 commit comments