MCPcopy
hub / github.com/Zleap-AI/SAG / contextPanelModeLabel

Function contextPanelModeLabel

web/src/App.tsx:3635–3638  ·  view source on GitHub ↗
(mode: ContextPanelMode, t: (zh: string, en: string) => string)

Source from the content-addressed store, hash-verified

3633}
3634
3635function contextPanelModeLabel(mode: ContextPanelMode, t: (zh: string, en: string) => string) {
3636 if (mode === "process") return t("搜索过程", "Search trace");
3637 return t("原始日志", "Raw logs");
3638}
3639
3640function loadStoredModelLogs(): ModelCallLogRecord[] {
3641 try {

Callers 1

ActivityPanelFunction · 0.85

Calls 1

tFunction · 0.85

Tested by

no test coverage detected