类的使用
com.agentsflex.core.prompt.MemoryPrompt
使用MemoryPrompt的程序包
-
com.agentsflex.core.agent.react中MemoryPrompt的使用
参数类型为MemoryPrompt的com.agentsflex.core.agent.react中的构造器限定符构造器说明ReActAgent(ChatModel chatModel, List<Tool> tools, String userQuery, MemoryPrompt memoryPrompt) -
com.agentsflex.core.agent.route中MemoryPrompt的使用
修饰符和类型方法说明private StringRoutingAgent.buildContextSummary(MemoryPrompt history) RoutingAgentFactory.create(ChatModel chatModel, String userQuery, MemoryPrompt memoryPrompt) 参数类型为MemoryPrompt的com.agentsflex.core.agent.route中的构造器限定符构造器说明RoutingAgent(ChatModel chatModel, RoutingAgentRegistry routingAgentRegistry, String userQuery, MemoryPrompt memoryPrompt)