类的使用
io.agentscope.core.agent.user.UserInputData
使用UserInputData的程序包
-
io.agentscope.core.agent.user中UserInputData的使用
返回变量类型为UserInputData的类型的io.agentscope.core.agent.user中的方法修饰符和类型方法说明reactor.core.publisher.Mono<UserInputData> StreamUserInput.handleInput(String agentId, String agentName, List<Msg> contextMessages, Class<?> structuredModel) Handle user input from the configured input stream.reactor.core.publisher.Mono<UserInputData> UserInputBase.handleInput(String agentId, String agentName, List<Msg> contextMessages, Class<?> structuredModel) Handle user input and return the input data.