MCPcopy Create free account

hub / github.com/ammaarreshi/gemma-chat / functions

Functions130 in github.com/ammaarreshi/gemma-chat

FunctionSidebar
({ conversations, activeId, onSelect, onNew, onDelete }: Props)
src/renderer/src/components/Sidebar.tsx:15
FunctionStageDot
({ state }: { state: 'pending' | 'active' | 'done' })
src/renderer/src/components/Setup.tsx:202
FunctionStageList
({ status }: { status: SetupStatus })
src/renderer/src/components/Setup.tsx:158
FunctionSwitchingOverlay
({ status }: { status: SetupStatus })
src/renderer/src/App.tsx:139
FunctionTabButton
({ label, active, onClick }: { label: React.ReactNode active: boolean onClick: () => void })
src/renderer/src/components/Canvas.tsx:259
FunctionThinkingBlock
({ content, inProgress }: { content: string inProgress: boolean })
src/renderer/src/components/Message.tsx:229
FunctionToolCallView
({ call }: { call: ToolCall })
src/renderer/src/components/Message.tsx:317
FunctionWelcomeScreen
({ model, onModelChange, onStart }: { model: string onModelChange: (m: string) => void onStart: (m
src/renderer/src/components/Setup.tsx:86
Functioncalc
(args: Record<string, unknown>)
src/main/tools.ts:118
FunctiondeleteConversation
(id: string)
src/renderer/src/components/Chat.tsx:87
FunctiondeleteFile
(args: Record<string, unknown>, ctx: ToolContext)
src/main/tools.ts:224
FunctioneditFile
(args: Record<string, unknown>, ctx: ToolContext)
src/main/tools.ts:194
FunctionfetchUrl
(args: Record<string, unknown>)
src/main/tools.ts:84
FunctionhandleClick
(e: MouseEvent)
src/renderer/src/components/Chat.tsx:356
FunctionhandleRegenerate
()
src/renderer/src/components/Chat.tsx:210
FunctionhandleStop
()
src/renderer/src/components/Chat.tsx:204
FunctionhandleSwitchModel
(newModel: string)
src/renderer/src/App.tsx:75
FunctionhasModel
(_name: string)
src/main/mlx.ts:405
FunctionlistFiles
( _args: Record<string, unknown>, ctx: ToolContext )
src/main/tools.ts:210
Functionlistener
(_: IpcRendererEvent, s: SetupStatus)
src/preload/index.ts:18
FunctiononKeyDown
(e: React.KeyboardEvent<HTMLTextAreaElement>)
src/renderer/src/components/Composer.tsx:49
FunctiononMicClick
()
src/renderer/src/components/Composer.tsx:130
FunctiononScroll
()
src/renderer/src/components/Chat.tsx:486
FunctiononScroll
()
src/renderer/src/components/Canvas.tsx:202
FunctionopenPreview
(_args: Record<string, unknown>, ctx: ToolContext)
src/main/tools.ts:254
FunctionrunBash
(args: Record<string, unknown>, ctx: ToolContext)
src/main/tools.ts:236
FunctionsetTranscriberModel
(model: string)
src/renderer/src/lib/whisper.ts:42
FunctiontoggleCanvas
()
src/renderer/src/components/Chat.tsx:107
FunctiontoggleMode
()
src/renderer/src/components/Chat.tsx:100
FunctionwebSearch
(args: Record<string, unknown>)
src/main/tools.ts:29
← previous101–130 of 130, ranked by callers