Skip to content

Commit 160c3ef

Browse files
committed
lib: fix ts import error
1 parent 30180c4 commit 160c3ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/runtime2/threepio/capabilities/generate-domcument/RequestFlowManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
MoudleParserEventType,
99
} from './interfaces';
1010
import { StreamPlannerParser } from './parsers/StreamPlannerParser';
11-
import { createModuleTask } from './taskDecomposer';
11+
import { createModuleTask } from './TaskDecomposer';
1212
import { PLANNER_PROMPT } from './prompts/planner.prompt';
1313
import { callLLM } from '../../utils/llmClient';
1414
import { generateStructuralStream } from './htmlStructuralGenerator';

0 commit comments

Comments
 (0)