remove unused exports from networking.tsx

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
yuneng-jiang 2026-03-04 17:26:18 -08:00
parent 07cb6d5bec
commit 06d1616b9f
3 changed files with 22 additions and 964 deletions

File diff suppressed because it is too large Load diff

View file

@ -13,7 +13,6 @@ vi.mock("../networking", () => ({
tagListCall: vi.fn().mockResolvedValue({ data: [] }),
vectorStoreListCall: vi.fn().mockResolvedValue({ data: [] }),
getGuardrailsList: vi.fn().mockResolvedValue({ data: [] }),
mcpToolsCall: vi.fn().mockResolvedValue({ data: [] }),
modelHubCall: vi.fn().mockResolvedValue({ data: [] }),
}));

View file

@ -31,9 +31,6 @@ vi.mock("../networking", async () => {
vectorStoreListCall: vi.fn().mockResolvedValue({
data: [],
}),
mcpToolsCall: vi.fn().mockResolvedValue({
data: [],
}),
agentListCall: vi.fn().mockResolvedValue({
data: [],
}),