Skip to content

Commit ea3bf03

Browse files
author
ochafik
committed
nit: fix python type
1 parent bddc65a commit ea3bf03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/server/tests/unit/test_tool_call.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def do_test_completion_with_required_tool_tiny(server: ServerProcess, tool: dict
115115
("meta-llama-Llama-3.3-70B-Instruct", PYTHON_TOOL, "code", CompletionMode.NORMAL),
116116
("meta-llama-Llama-3.3-70B-Instruct", PYTHON_TOOL, "code", CompletionMode.STREAMED),
117117
])
118-
def test_completion_with_required_tool_tiny_fast(template_name: str, tool: dict, argument_key: str | None, stream: bool):
118+
def test_completion_with_required_tool_tiny_fast(template_name: str, tool: dict, argument_key: str | None, stream: CompletionMode):
119119
global server
120120
n_predict = 512
121121
# server = ServerPreset.stories15m_moe()

0 commit comments

Comments
 (0)