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