tool-call: compact json output to cap # tokens generated

This commit is contained in:
ochafik 2025-01-27 15:42:27 +00:00
parent 57f40e366b
commit 67709552ad

View file

@ -6,8 +6,8 @@
const common_grammar_options grammar_options {
/* .dotall = */ false,
/* .compact_spaces = */ false,
// /* .compact_spaces = */ true,
// /* .compact_spaces = */ false,
/* .compact_spaces = */ true,
};
static bool parse_json(std::string::const_iterator & it, const std::string::const_iterator & end, json & out) {