Skip to content

Commit c85669c

Browse files
docs: add JSDoc comments to TS SDK class properties (#2333)
2 parents ad2f3a1 + f1df244 commit c85669c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ts/packages/core/src/composio.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)