Add localization for manage search feature

This commit is contained in:
n4ze3m
2024-03-31 00:36:12 +05:30
parent 12558c39d1
commit ea56a2ffa2
14 changed files with 503 additions and 281 deletions

View File

@@ -16,6 +16,7 @@ export type Message = {
sources: any[]
images?: string[]
search?: WebSearch
id?: string
}
export type ChatHistory = {