Skip to content

Commit

Permalink
feat: private registry
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu-dixit committed Dec 30, 2024
1 parent 2f9201f commit 8501d12
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions js/src/sdk/base.toolset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@ export class ComposioToolSet {
schema?: TSchemaProcessor;
} = {};

/**
* Creates a new instance of ComposioToolSet
* @param {Object} config - Configuration object
* @param {string|null} config.apiKey - API key for authentication
* @param {string|null} config.baseUrl - Base URL for API requests
* @param {string|null} config.runtime - Runtime environment
* @param {string} config.entityId - Entity ID for operations
*/
constructor({
apiKey,
baseUrl,
Expand Down

0 comments on commit 8501d12

Please sign in to comment.