MCPcopy
hub / github.com/CopilotKit/CopilotKit / create-bot.test.ts

File create-bot.test.ts

packages/bot/src/create-bot.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect, vi } from "vitest";
2import { z } from "zod";
3import { createBot } from "./create-bot.js";
4import { defineBotCommand } from "./commands.js";

Callers

nothing calls this directly

Calls 15

ButtonFunction · 0.90
createBotFunction · 0.85
defineBotCommandFunction · 0.85
onMentionMethod · 0.80
emitTurnMethod · 0.80
emitInteractionMethod · 0.80
getSinkMethod · 0.80
addMessageMethod · 0.80
filterMethod · 0.80
resolveMethod · 0.80
emitCommandMethod · 0.80
tickFunction · 0.70

Tested by

no test coverage detected