MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins / createProviderProfile

Function createProviderProfile

ai/ai.ts:230–236  ·  view source on GitHub ↗
(
  id: ProviderType,
  options: Omit<ProviderProfile, "id">,
)

Source from the content-addressed store, hash-verified

228 }
229 return out;
230};
231
232const createProviderProfile = (
233 id: ProviderType,
234 options: Omit<ProviderProfile, "id">,
235): ProviderProfile => ({
236 id,
237 ...options,
238});
239

Callers 2

createOpenAIProfileFunction · 0.85
ai.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected