Delete index.ts

This commit is contained in:
ItzCrazyKns
2025-11-22 22:22:43 +05:30
parent 9ac2da3607
commit 8d04f636d0

View File

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