MCPcopy
hub / github.com/wavetermdev/waveterm / WaveAiModel

Class WaveAiModel

frontend/app/view/waveai/waveai.tsx:9–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import { useCallback } from "react";
8
9export class WaveAiModel implements ViewModel {
10 viewType = "waveai";
11 viewIcon = atom("sparkles");
12 viewName = atom("Wave AI");
13 noPadding = atom(true);
14 viewComponent = WaveAiDeprecatedView;
15
16 constructor(_: ViewModelInitType) {}
17}
18
19function WaveAiDeprecatedView() {
20 const handleOpenAIPanel = useCallback(() => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected