Skip to content

Commit be4d531

Browse files
committed
chore: add tools for groq
1 parent 589455d commit be4d531

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/providers/groq/chatComplete.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ export const GroqChatCompleteConfig: ProviderConfig = {
5454
max: 1,
5555
min: 1,
5656
},
57+
tools: {
58+
param: 'tools',
59+
required: false,
60+
},
5761
};
5862

5963
export interface GroqChatCompleteResponse extends ChatCompletionResponse {}

0 commit comments

Comments
 (0)