Skip to content

Commit

Permalink
chore: automatically tust hubspot read tool
Browse files Browse the repository at this point in the history
Signed-off-by: Taylor Price <[email protected]>
  • Loading branch information
drpebcak committed Sep 4, 2024
1 parent 9d46166 commit 74a467f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/chat/useChatSocket.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const useChatSocket = (isEmpty?: boolean) => {
'github.com/gptscript-ai/knowledge',
'github.com/gptscript-ai/answers-from-the-internet',
'github.com/gptscript-ai/search-website',
'github.com/gptscript-ai/tools/apis/hubspot/crm/read',
];
// State
const [socket, setSocket] = useState<Socket | null>(null);
Expand Down

0 comments on commit 74a467f

Please sign in to comment.