MCPcopy Index your code
hub / github.com/FlowiseAI/Flowise / makeChatFlow

Function makeChatFlow

packages/server/src/schedule/ScheduleExecutor.test.ts:90–95  ·  view source on GitHub ↗
(overrides: Record<string, unknown> = {})

Source from the content-addressed store, hash-verified

88
89/** Minimal ChatFlow-like object of AGENTFLOW type */
90const makeChatFlow = (overrides: Record<string, unknown> = {}) => ({
91 id: 'flow-1',
92 type: 'AGENTFLOW',
93 workspaceId: 'ws-1',
94 ...overrides
95})
96
97// ─── Test fixture setup ───────────────────────────────────────────────────────
98

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected