refactor(context): support assign response channel while running flow context creating

This commit is contained in:
2026-05-02 16:32:25 +08:00
parent 2b575df3f9
commit afb896e6db
6 changed files with 34 additions and 17 deletions

View File

@@ -12,7 +12,8 @@ import kotlin.math.min
*/
abstract class RunningFlowContext protected constructor(
inputs: List<InputEntry>,
private var firstInputEpochMillis: Long
private var firstInputEpochMillis: Long,
val resopnseChannel: String? = null
) {
/**
* 消息来源: 由谁发出