Skip to content

Commit 8347b79

Browse files
committed
feat(app): lint & beautify
1 parent a16472b commit 8347b79

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/lib/agents/suggestions/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { suggestionGeneratorPrompt } from '@/lib/prompts/suggestions';
33
import { ChatTurnMessage } from '@/lib/types';
44
import z from 'zod';
55
import BaseLLM from '@/lib/models/base/llm';
6-
import { i } from 'mathjs';
76

87
type SuggestionGeneratorInput = {
98
chatHistory: ChatTurnMessage[];

src/lib/searxng.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ export const searchSearxng = async (
4343

4444
const results: SearxngSearchResult[] = data.results;
4545
const suggestions: string[] = data.suggestions;
46-
46+
4747
return { results, suggestions };
4848
};

0 commit comments

Comments
 (0)