Skip to content

Commit ccad78f

Browse files
bold84marceldev89
andauthored
Update common/chat.cpp
Co-authored-by: Marcel de Vries <[email protected]>
1 parent 6e1fb00 commit ccad78f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/chat.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2121,7 +2121,7 @@ static common_chat_params common_chat_params_init_qwen3_coder_xml(const common_c
21212121
if (param_schema.contains("type")) {
21222122
std::string param_type = param_schema["type"];
21232123
if (param_type == "string") {
2124-
param_rule += not_parameter_end + " ";
2124+
param_rule += not_parameter_end;
21252125
} else {
21262126
param_rule += builder.add_schema(name + "-parameter-" + param_name, param_schema);
21272127
}

0 commit comments

Comments
 (0)