mirror of
https://github.com/simstudioai/sim.git
synced 2026-02-18 10:22:00 -05:00
fix(subflow): fixed subflow execution regardless of path decision (#707)
* fix typo in docs file * fix(subflows): fixed subflows executing irrespective of active path * added routing strategy * reorganized executor * brought folder renaming inline * cleanup
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { createLogger } from '@/lib/logs/console-logger'
|
||||
import type { ResponseFormatStreamProcessor } from './types'
|
||||
import type { ResponseFormatStreamProcessor } from '@/executor/types'
|
||||
|
||||
const logger = createLogger('ExecutorUtils')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user