feat: remove active knowledge support
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@
|
||||
}
|
||||
|
||||
type WorkerCompletionsResult = {
|
||||
kind: "file" | "knowledge";
|
||||
kind: "file";
|
||||
prefix: string;
|
||||
entries: ComposerCompletionEntry[];
|
||||
diagnostics: Diagnostic[];
|
||||
|
||||
Reference in New Issue
Block a user