MCPcopy Create free account
hub / github.com/Qinbf/groundmap / Props

Interface Props

tools/debug-console/components/ChatPanel.tsx:16–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14import { useT } from "@/lib/i18n-client";
15
16interface Props {
17 provider: string;
18 model: string;
19 system: string;
20 toolBudget: number;
21 mode: QueryMode;
22 /** 要查询的 workspace(自动识别得来);null = 让 web 用默认库 */
23 workspace: string | null;
24 onOpenRef: (ref: WikiRef) => void;
25 onOpenNode: (node: FlowNodeData) => void;
26}
27
28type IncomingEvent =
29 | { kind: "text-delta"; text: string }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected