MCPcopy Index your code
hub / github.com/simstudioai/sim / constructor

Method constructor

packages/ts-sdk/src/index.ts:141–144  ·  view source on GitHub ↗
(config: SimStudioConfig)

Source from the content-addressed store, hash-verified

139 private rateLimitInfo: RateLimitInfo | null = null
140
141 constructor(config: SimStudioConfig) {
142 this.apiKey = config.apiKey
143 this.baseUrl = normalizeBaseUrl(config.baseUrl || 'https://sim.ai')
144 }
145
146 /**
147 * Convert File objects in input to API format (base64)

Callers

nothing calls this directly

Calls 1

normalizeBaseUrlFunction · 0.70

Tested by

no test coverage detected