MCPcopy Create free account
hub / github.com/Roy3838/Observer / hasModelParams

Method hasModelParams

app/src/utils/ModelManager.ts:637–639  ·  view source on GitHub ↗
(modelName: string)

Source from the content-addressed store, hash-verified

635 }
636
637 public hasModelParams(modelName: string): boolean {
638 return Object.keys(this.getModelParams(modelName)).length > 0;
639 }
640
641 // ===========================================================================
642 // Central prompt router

Callers

nothing calls this directly

Calls 1

getModelParamsMethod · 0.95

Tested by

no test coverage detected