Skip to content

Commit 4a303cf

Browse files
committed
fix grammar
1 parent a1587bb commit 4a303cf

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
@@ -1326,7 +1326,7 @@ static common_chat_params common_chat_params_init_gpt_oss(const common_chat_temp
13261326
builder.resolve_refs(parameters);
13271327

13281328
tool_rules.push_back(builder.add_rule(name + "-call",
1329-
"\"" + name + "\"" + " space* \"<|constrain|>\"? \"json<|message|>\" " + builder.add_schema(name + "-args", parameters)
1329+
"\"" + name + "\"" + " space \"<|constrain|>\"? \"json\" space \"<|message|>\" " + builder.add_schema(name + "-args", parameters)
13301330
));
13311331
});
13321332

0 commit comments

Comments
 (0)