tool-call: compact json output to cap # tokens generated
This commit is contained in:
parent
57f40e366b
commit
67709552ad
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@
|
||||||
|
|
||||||
const common_grammar_options grammar_options {
|
const common_grammar_options grammar_options {
|
||||||
/* .dotall = */ false,
|
/* .dotall = */ false,
|
||||||
/* .compact_spaces = */ false,
|
// /* .compact_spaces = */ false,
|
||||||
// /* .compact_spaces = */ true,
|
/* .compact_spaces = */ true,
|
||||||
};
|
};
|
||||||
|
|
||||||
static bool parse_json(std::string::const_iterator & it, const std::string::const_iterator & end, json & out) {
|
static bool parse_json(std::string::const_iterator & it, const std::string::const_iterator & end, json & out) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue