类的使用
io.agentscope.core.interruption.InterruptContext
使用InterruptContext的程序包
程序包
说明
-
io.agentscope.core中InterruptContext的使用
参数类型为InterruptContext的io.agentscope.core中的方法修饰符和类型方法说明protected reactor.core.publisher.Mono<Msg> ReActAgent.handleInterrupt(InterruptContext context, Msg... originalArgs) -
io.agentscope.core.agent中InterruptContext的使用
参数类型为InterruptContext的io.agentscope.core.agent中的方法修饰符和类型方法说明protected abstract reactor.core.publisher.Mono<Msg> AgentBase.handleInterrupt(InterruptContext context, Msg... originalArgs) Handle an interruption that occurred during execution. -
io.agentscope.core.agent.user中InterruptContext的使用
修饰符和类型方法说明protected reactor.core.publisher.Mono<Msg> UserAgent.handleInterrupt(InterruptContext context, Msg... originalArgs) Handle interrupt scenarios. -
io.agentscope.core.interruption中InterruptContext的使用