File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -138,13 +138,22 @@ export class Composio<
138138 /**
139139 * Core models for Composio.
140140 */
141+
142+ /** List, retrieve, and execute tools */
141143 tools : Tools < unknown , unknown , TProvider > ;
144+ /** Retrieve toolkit metadata and authorize user connections */
142145 toolkits : Toolkits ;
146+ /** Manage webhook triggers and event subscriptions */
143147 triggers : Triggers < TProvider > ;
148+ /** The tool provider instance used for wrapping tools in framework-specific formats */
144149 provider : TProvider ;
150+ /** Upload and download files */
145151 files : Files ;
152+ /** Manage authentication configurations for toolkits */
146153 authConfigs : AuthConfigs ;
154+ /** Manage authenticated connections */
147155 connectedAccounts : ConnectedAccounts ;
156+ /** Model Context Protocol server management */
148157 mcp : MCP ;
149158 /**
150159 * Experimental feature, use with caution
You can’t perform that action at this time.
0 commit comments