(config: SimStudioConfig)
| 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) |
nothing calls this directly
no test coverage detected