Skip to content

Commit 696e157

Browse files
committed
fix tool usage control for groq
1 parent 599b318 commit 696e157

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

apps/sim/providers/models.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ export const PROVIDER_DEFINITIONS: Record<string, ProviderDefinition> = {
460460
updatedAt: '2025-08-05',
461461
},
462462
capabilities: {
463-
toolUsageControl: true,
463+
toolUsageControl: false,
464464
},
465465
},
466466
{
@@ -472,7 +472,7 @@ export const PROVIDER_DEFINITIONS: Record<string, ProviderDefinition> = {
472472
updatedAt: '2025-08-05',
473473
},
474474
capabilities: {
475-
toolUsageControl: true,
475+
toolUsageControl: false,
476476
},
477477
},
478478
{
@@ -484,7 +484,7 @@ export const PROVIDER_DEFINITIONS: Record<string, ProviderDefinition> = {
484484
updatedAt: '2025-08-05',
485485
},
486486
capabilities: {
487-
toolUsageControl: true,
487+
toolUsageControl: false,
488488
},
489489
},
490490
{
@@ -496,7 +496,7 @@ export const PROVIDER_DEFINITIONS: Record<string, ProviderDefinition> = {
496496
updatedAt: '2025-08-05',
497497
},
498498
capabilities: {
499-
toolUsageControl: true,
499+
toolUsageControl: false,
500500
},
501501
},
502502
{
@@ -508,7 +508,7 @@ export const PROVIDER_DEFINITIONS: Record<string, ProviderDefinition> = {
508508
updatedAt: '2025-08-05',
509509
},
510510
capabilities: {
511-
toolUsageControl: true,
511+
toolUsageControl: false,
512512
},
513513
},
514514
{
@@ -532,7 +532,7 @@ export const PROVIDER_DEFINITIONS: Record<string, ProviderDefinition> = {
532532
updatedAt: '2025-08-05',
533533
},
534534
capabilities: {
535-
toolUsageControl: true,
535+
toolUsageControl: false,
536536
},
537537
},
538538
{
@@ -544,7 +544,7 @@ export const PROVIDER_DEFINITIONS: Record<string, ProviderDefinition> = {
544544
updatedAt: '2025-08-05',
545545
},
546546
capabilities: {
547-
toolUsageControl: true,
547+
toolUsageControl: false,
548548
},
549549
},
550550
],

0 commit comments

Comments
 (0)