MCPcopy
hub / github.com/langbot-app/LangBot / SkillMock

Interface SkillMock

web/tests/e2e/fixtures/langbot-api.ts:5–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3type JsonRecord = Record<string, unknown>;
4
5interface SkillMock {
6 name: string;
7 display_name: string;
8 description: string;
9 instructions: string;
10 package_root: string;
11 updated_at: string;
12}
13
14interface PipelineMock {
15 uuid: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected