We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56e1524 commit 27f3effCopy full SHA for 27f3eff
packages/core/src/services/cortex-luna-service.ts
@@ -30,11 +30,11 @@ export class CortexLunaService extends Service {
30
return this.ctx.effect(() => dispose)
31
}
32
33
- languageModel(id: `${string}:${string}`) {
+ languageModel(id: string) {
34
return this._registry.languageModel(id)
35
36
37
- textEmbeddingModel(id: `${string}:${string}`) {
+ textEmbeddingModel(id: string) {
38
return this._registry.textEmbeddingModel(id)
39
40
0 commit comments