Skip to content

Commit 21ba9da

Browse files
Update chat API route
1 parent cf15863 commit 21ba9da

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/routes/api.chat.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ async function chatAction({ context, request }: ActionFunctionArgs) {
198198

199199
const options: StreamingOptions = {
200200
supabaseConnection: supabase,
201-
enableMCPTools,
202201
toolChoice: enableMCPTools ? 'auto' : 'none',
203202
onFinish: async ({ text: content, finishReason, usage }) => {
204203
logger.debug('usage', JSON.stringify(usage));

0 commit comments

Comments
 (0)