feat(app): lint & beautify

This commit is contained in:
ItzCrazyKns
2025-09-25 18:57:21 +05:30
parent 5f18fc1d22
commit 984163bbbc
6 changed files with 36 additions and 22 deletions

View File

@@ -1,7 +1,10 @@
import { webSearchResponsePrompt, webSearchRetrieverFewShots, webSearchRetrieverPrompt } from './webSearch';
import {
webSearchResponsePrompt,
webSearchRetrieverFewShots,
webSearchRetrieverPrompt,
} from './webSearch';
import { writingAssistantPrompt } from './writingAssistant';
export default {
webSearchResponsePrompt,
webSearchRetrieverPrompt,