SYMBOL INDEX (100 symbols across 62 files) FILE: ui/components/Buttons/SidebarActionButton/SidebarActionButton.tsx type Props (line 3) | interface Props { FILE: ui/components/Chat/Chat.tsx type Props (line 37) | interface Props { FILE: ui/components/Chat/ChatInput.tsx type Props (line 31) | interface Props { FILE: ui/components/Chat/ChatLoader.tsx type Props (line 4) | interface Props { } FILE: ui/components/Chat/ChatMessage.tsx type Props (line 26) | interface Props { method code (line 232) | code({ node, inline, className, children, ...props }) { method table (line 256) | table({ children }) { method th (line 263) | th({ children }) { method td (line 270) | td({ children }) { FILE: ui/components/Chat/ErrorMessageDiv.tsx type Props (line 6) | interface Props { FILE: ui/components/Chat/PluginSelect.tsx type Props (line 7) | interface Props { FILE: ui/components/Chat/PromptList.tsx type Props (line 5) | interface Props { FILE: ui/components/Chat/Regenerate.tsx type Props (line 6) | interface Props { FILE: ui/components/Chat/SystemPrompt.tsx type Props (line 20) | interface Props { FILE: ui/components/Chat/Temperature.tsx type Props (line 9) | interface Props { FILE: ui/components/Chat/VariableModal.tsx type Props (line 5) | interface Props { FILE: ui/components/Chatbar/Chatbar.context.tsx type ChatbarContextProps (line 11) | interface ChatbarContextProps { FILE: ui/components/Chatbar/Chatbar.state.tsx type ChatbarInitialState (line 3) | interface ChatbarInitialState { FILE: ui/components/Chatbar/components/ChatFolders.tsx type Props (line 11) | interface Props { FILE: ui/components/Chatbar/components/ClearConversations.tsx type Props (line 8) | interface Props { FILE: ui/components/Chatbar/components/Conversation.tsx type Props (line 24) | interface Props { FILE: ui/components/Chatbar/components/Conversations.tsx type Props (line 5) | interface Props { FILE: ui/components/Folder/Folder.tsx type Props (line 23) | interface Props { FILE: ui/components/Markdown/CodeBlock.tsx type Props (line 13) | interface Props { FILE: ui/components/Mobile/Navbar.tsx type Props (line 6) | interface Props { FILE: ui/components/Promptbar/PromptBar.context.tsx type PromptbarContextProps (line 9) | interface PromptbarContextProps { FILE: ui/components/Promptbar/Promptbar.state.tsx type PromptbarInitialState (line 3) | interface PromptbarInitialState { FILE: ui/components/Promptbar/components/Prompt.tsx type Props (line 22) | interface Props { FILE: ui/components/Promptbar/components/PromptModal.tsx type Props (line 7) | interface Props { FILE: ui/components/Promptbar/components/PromptbarSettings.tsx type Props (line 3) | interface Props {} FILE: ui/components/Promptbar/components/Prompts.tsx type Props (line 7) | interface Props { FILE: ui/components/Search/Search.tsx type Props (line 6) | interface Props { FILE: ui/components/Settings/Import.tsx type Props (line 10) | interface Props { FILE: ui/components/Settings/Key.tsx type Props (line 8) | interface Props { FILE: ui/components/Settings/SettingDialog.tsx type Props (line 13) | interface Props { FILE: ui/components/Sidebar/Sidebar.tsx type Props (line 12) | interface Props { FILE: ui/components/Sidebar/SidebarButton.tsx type Props (line 3) | interface Props { FILE: ui/components/Sidebar/components/OpenCloseButton.tsx type Props (line 3) | interface Props { FILE: ui/components/Spinner/Spinner.tsx type Props (line 3) | interface Props { FILE: ui/hooks/useCreateReducer.ts type FieldNames (line 4) | type FieldNames = { type ActionType (line 9) | type ActionType = type Action (line 15) | type Action = FILE: ui/hooks/useFetch.ts type RequestModel (line 1) | type RequestModel = { type RequestWithBodyModel (line 7) | type RequestWithBodyModel = RequestModel & { FILE: ui/next.config.js method webpack (line 8) | webpack(config, { isServer, dev }) { FILE: ui/pages/_app.tsx function App (line 12) | function App({ Component, pageProps }: AppProps<{}>) { FILE: ui/pages/_document.tsx type Props (line 5) | type Props = DocumentProps & { function Document (line 9) | function Document(props: Props) { FILE: ui/pages/api/home/home.context.tsx type HomeContextProps (line 11) | interface HomeContextProps { FILE: ui/pages/api/home/home.state.tsx type HomeInitialState (line 8) | interface HomeInitialState { FILE: ui/pages/api/home/home.tsx type Props (line 44) | interface Props { FILE: ui/services/useApiService.ts type GetModelsRequestProps (line 5) | interface GetModelsRequestProps { FILE: ui/types/chat.ts type Message (line 3) | interface Message { type Role (line 8) | type Role = 'assistant' | 'user'; type ChatBody (line 10) | interface ChatBody { type Conversation (line 18) | interface Conversation { FILE: ui/types/data.ts type KeyValuePair (line 1) | interface KeyValuePair { FILE: ui/types/env.ts type ProcessEnv (line 1) | interface ProcessEnv { FILE: ui/types/error.ts type ErrorMessage (line 1) | interface ErrorMessage { FILE: ui/types/export.ts type SupportedExportFormats (line 6) | type SupportedExportFormats = type LatestExportFormat (line 11) | type LatestExportFormat = ExportFormatV4; type ConversationV1 (line 14) | interface ConversationV1 { type ExportFormatV1 (line 20) | type ExportFormatV1 = ConversationV1[]; type ChatFolder (line 23) | interface ChatFolder { type ExportFormatV2 (line 28) | interface ExportFormatV2 { type ExportFormatV3 (line 34) | interface ExportFormatV3 { type ExportFormatV4 (line 40) | interface ExportFormatV4 { FILE: ui/types/folder.ts type FolderInterface (line 1) | interface FolderInterface { type FolderType (line 7) | type FolderType = 'chat' | 'prompt'; FILE: ui/types/google.ts type GoogleBody (line 3) | interface GoogleBody extends ChatBody { type GoogleResponse (line 8) | interface GoogleResponse { type GoogleSource (line 12) | interface GoogleSource { FILE: ui/types/openai.ts type OpenAIModel (line 3) | interface OpenAIModel { type OpenAIModelID (line 10) | enum OpenAIModelID { FILE: ui/types/plugin.ts type Plugin (line 3) | interface Plugin { type PluginKey (line 9) | interface PluginKey { type PluginID (line 14) | enum PluginID { type PluginName (line 18) | enum PluginName { FILE: ui/types/prompt.ts type Prompt (line 3) | interface Prompt { FILE: ui/types/settings.ts type Settings (line 1) | interface Settings { FILE: ui/types/storage.ts type LocalStorage (line 7) | interface LocalStorage { FILE: ui/utils/app/codeblock.ts type languageMap (line 1) | interface languageMap { FILE: ui/utils/app/const.ts constant DEFAULT_SYSTEM_PROMPT (line 1) | const DEFAULT_SYSTEM_PROMPT = constant OPENAI_API_HOST (line 5) | const OPENAI_API_HOST = constant DEFAULT_TEMPERATURE (line 8) | const DEFAULT_TEMPERATURE = constant OPENAI_API_TYPE (line 11) | const OPENAI_API_TYPE = constant OPENAI_API_VERSION (line 14) | const OPENAI_API_VERSION = constant OPENAI_ORGANIZATION (line 17) | const OPENAI_ORGANIZATION = constant AZURE_DEPLOYMENT_ID (line 20) | const AZURE_DEPLOYMENT_ID = FILE: ui/utils/app/importExport.ts function isExportFormatV1 (line 15) | function isExportFormatV1(obj: any): obj is ExportFormatV1 { function isExportFormatV2 (line 19) | function isExportFormatV2(obj: any): obj is ExportFormatV2 { function isExportFormatV3 (line 23) | function isExportFormatV3(obj: any): obj is ExportFormatV3 { function isExportFormatV4 (line 27) | function isExportFormatV4(obj: any): obj is ExportFormatV4 { function cleanData (line 33) | function cleanData(data: SupportedExportFormats): LatestExportFormat { function currentDate (line 67) | function currentDate() { FILE: ui/utils/app/settings.ts constant STORAGE_KEY (line 3) | const STORAGE_KEY = 'settings'; FILE: ui/utils/data/throttle.ts function throttle (line 1) | function throttle any>( FILE: ui/utils/server/index.ts class OpenAIError (line 12) | class OpenAIError extends Error { method constructor (line 17) | constructor(message: string, type: string, param: string, code: string) { method start (line 88) | async start(controller) {