MCPcopy
hub / github.com/CopilotKit/CopilotKit / config-tools-execution.test.ts

File config-tools-execution.test.ts

packages/runtime/src/agent/__tests__/config-tools-execution.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect, vi, beforeEach, afterEach } from "vitest";
2import { z } from "zod";
3import { BasicAgent, defineTool } from "../index";
4import { EventType } from "@ag-ui/client";

Callers

nothing calls this directly

Calls 8

defineToolFunction · 0.90
mockStreamTextResponseFunction · 0.90
finishFunction · 0.90
collectEventsFunction · 0.90
toolCallStreamingStartFunction · 0.90
toolCallFunction · 0.90
toolResultFunction · 0.90
filterMethod · 0.80

Tested by

no test coverage detected