style: remove unused import
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { llm } from "@/openrouter";
|
||||
import { extractedFactSchema, type ExtractedFactResult } from "@/openrouter/schema";
|
||||
import { type ExtractedFact, LlmFactExtractor } from "identitydb";
|
||||
import { LlmFactExtractor } from "identitydb";
|
||||
|
||||
export const factExtractor = new LlmFactExtractor({
|
||||
model: {
|
||||
|
||||
Reference in New Issue
Block a user