@@ -126,7 +126,7 @@ const FAMILY_PROFILES = {
126126 prompt : { style : 'compact' , toolPromptStyle : 'compact' , fewShotExamples : 1 } ,
127127 thinkTokens : { mode : 'none' } ,
128128 _thinkBudgetWhenActive : 128 , // used by isThinkingVariant override in llmEngine.js
129- generation : { maxToolsPerTurn : 8 } ,
129+ generation : { maxToolsPerTurn : 6 } ,
130130 quirks : { truncatesMidTool : true , poorMultiTool : true } ,
131131 } ,
132132 small : {
@@ -183,7 +183,7 @@ const FAMILY_PROFILES = {
183183 context : { effectiveContextSize : 32768 , maxResponseTokens : 4096 } ,
184184 prompt : { style : 'compact' , toolPromptStyle : 'compact' , fewShotExamples : 2 } ,
185185 thinkTokens : { mode : 'none' } , // Llama 3.2 is not a thinking model
186- generation : { maxToolsPerTurn : 8 } ,
186+ generation : { maxToolsPerTurn : 6 } ,
187187 quirks : { truncatesMidTool : true , poorMultiTool : true , loopsFrequently : true } ,
188188 } ,
189189 small : {
@@ -236,7 +236,7 @@ const FAMILY_PROFILES = {
236236 context : { effectiveContextSize : 32768 , maxResponseTokens : 4096 } ,
237237 prompt : { style : 'compact' , toolPromptStyle : 'compact' } ,
238238 thinkTokens : { mode : 'budget' , budget : 128 } ,
239- generation : { maxToolsPerTurn : 8 } ,
239+ generation : { maxToolsPerTurn : 6 } ,
240240 quirks : { loopsFrequently : true , truncatesMidTool : true , poorMultiTool : true } ,
241241 } ,
242242 small : {
@@ -290,7 +290,7 @@ const FAMILY_PROFILES = {
290290 context : { effectiveContextSize : 32768 , maxResponseTokens : 4096 } ,
291291 prompt : { style : 'compact' , toolPromptStyle : 'compact' , fewShotExamples : 1 } ,
292292 thinkTokens : { mode : 'budget' , budget : 128 } ,
293- generation : { maxToolsPerTurn : 8 } ,
293+ generation : { maxToolsPerTurn : 6 } ,
294294 quirks : { truncatesMidTool : true , poorMultiTool : true } ,
295295 } ,
296296 small : {
@@ -337,7 +337,7 @@ const FAMILY_PROFILES = {
337337 context : { effectiveContextSize : 32768 , maxResponseTokens : 4096 } ,
338338 prompt : { style : 'compact' , toolPromptStyle : 'compact' } ,
339339 thinkTokens : { mode : 'budget' , budget : 128 } ,
340- generation : { maxToolsPerTurn : 8 } ,
340+ generation : { maxToolsPerTurn : 6 } ,
341341 quirks : { overlyVerbose : true , truncatesMidTool : true } ,
342342 } ,
343343 small : {
@@ -530,7 +530,7 @@ const FAMILY_PROFILES = {
530530 sampling : { temperature : 0.40 , topP : 0.85 , topK : 20 , repeatPenalty : 1.12 } ,
531531 context : { effectiveContextSize : 32768 , maxResponseTokens : 4096 } ,
532532 prompt : { style : 'compact' , toolPromptStyle : 'compact' , fewShotExamples : 1 } ,
533- generation : { maxToolsPerTurn : 8 } ,
533+ generation : { maxToolsPerTurn : 6 } ,
534534 } ,
535535 small : {
536536 // LFM2-2.6B
@@ -613,7 +613,7 @@ const FAMILY_PROFILES = {
613613 sampling : { temperature : 0.40 , topP : 0.85 , topK : 20 , repeatPenalty : 1.12 } ,
614614 context : { effectiveContextSize : 32768 , maxResponseTokens : 4096 } ,
615615 prompt : { style : 'compact' , toolPromptStyle : 'compact' , fewShotExamples : 1 } ,
616- generation : { maxToolsPerTurn : 8 } ,
616+ generation : { maxToolsPerTurn : 6 } ,
617617 } ,
618618 } ,
619619
0 commit comments