Skip to content

Commit

Permalink
Fix: Whitelist the oauth2 tool
Browse files Browse the repository at this point in the history
  • Loading branch information
cjellick committed Aug 20, 2024
1 parent fb3b7f3 commit ff04c7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/script/useChatSocket.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const useChatSocket = (isEmpty?: boolean) => {
'github.com/gptscript-ai/context',
'github.com/gptscript-ai/gateway-provider',
'github.com/gptscript-ai/gateway-creds',
'github.com/gptscript-ai/gateway-oauth2',
]);

// update the refs as the state changes
Expand Down

0 comments on commit ff04c7f

Please sign in to comment.