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 6e1fb00 commit ccad78fCopy full SHA for ccad78f
common/chat.cpp
@@ -2121,7 +2121,7 @@ static common_chat_params common_chat_params_init_qwen3_coder_xml(const common_c
2121
if (param_schema.contains("type")) {
2122
std::string param_type = param_schema["type"];
2123
if (param_type == "string") {
2124
- param_rule += not_parameter_end + " ";
+ param_rule += not_parameter_end;
2125
} else {
2126
param_rule += builder.add_schema(name + "-parameter-" + param_name, param_schema);
2127
}
0 commit comments