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

Interface PipelineMock

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

Source from the content-addressed store, hash-verified

12}
13
14interface PipelineMock {
15 uuid: string;
16 name: string;
17 description: string;
18 config: JsonRecord;
19 emoji: string;
20 is_default: boolean;
21 updated_at: string;
22}
23
24interface KnowledgeBaseMock {
25 uuid: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected