MCPcopy Index your code
hub / github.com/coder/mux / createModel

Method createModel

src/node/services/memoryConsolidationService.ts:87–87  ·  view source on GitHub ↗
(
    modelString: string,
    muxProviderOptions?: undefined,
    opts?: { agentInitiated?: boolean; workspaceId?: string }
  )

Source from the content-addressed store, hash-verified

85
86interface ModelFactoryLike {
87 createModel(
88 modelString: string,
89 muxProviderOptions?: undefined,
90 opts?: { agentInitiated?: boolean; workspaceId?: string }

Callers 10

runLockedMethod · 0.65
generateWorkspaceStatusFunction · 0.65
createModelMethod · 0.65
createGeneratedModelFunction · 0.65
aiService.test.tsFile · 0.65
askSideQuestionFunction · 0.65
createAdvisorToolFunction · 0.65

Implementers 2

ProviderModelFactorysrc/node/services/providerModelFactory
AIServicesrc/node/services/aiService.ts

Calls

no outgoing calls

Tested by 1

createGeneratedModelFunction · 0.52