Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/chat/setupToolsForRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { getComposioTools } from "@/lib/composio/toolRouter";
* Sets up and filters tools for a chat request.
* Aggregates tools from:
* - MCP server (via HTTP transport to /api/mcp for proper auth)
* - Composio Tool Router (Google Sheets and other connectors)
* - Composio Tool Router (Google Sheets, Google Drive, Google Docs)
*
* @param body - The chat request body
* @returns Filtered tool set ready for use
Expand Down
2 changes: 1 addition & 1 deletion lib/composio/toolRouter/createSession.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { getCallbackUrl } from "../getCallbackUrl";
* Toolkits available in Tool Router sessions.
* Add more toolkits here as we expand Composio integration.
*/
const ENABLED_TOOLKITS = ["googlesheets"];
const ENABLED_TOOLKITS = ["googlesheets", "googledrive", "googledocs"];

/**
* Create a Composio Tool Router session for a user.
Expand Down