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 a1587bb commit 4a303cfCopy full SHA for 4a303cf
common/chat.cpp
@@ -1326,7 +1326,7 @@ static common_chat_params common_chat_params_init_gpt_oss(const common_chat_temp
1326
builder.resolve_refs(parameters);
1327
1328
tool_rules.push_back(builder.add_rule(name + "-call",
1329
- "\"" + name + "\"" + " space* \"<|constrain|>\"? \"json<|message|>\" " + builder.add_schema(name + "-args", parameters)
+ "\"" + name + "\"" + " space \"<|constrain|>\"? \"json\" space \"<|message|>\" " + builder.add_schema(name + "-args", parameters)
1330
));
1331
});
1332
0 commit comments