Class MessagesAgentHook.AfterAgentAction
java.lang.Object
com.alibaba.cloud.ai.graph.agent.hook.messages.MessagesAgentHook.AfterAgentAction
- All Implemented Interfaces:
AsyncNodeActionWithConfig,BiFunction<OverAllState,RunnableConfig, CompletableFuture<Map<String, Object>>>
- Enclosing class:
- MessagesAgentHook
public static class MessagesAgentHook.AfterAgentAction
extends Object
implements AsyncNodeActionWithConfig
Internal static class that proxies MessagesAgentHook and implements
AsyncNodeActionWithConfig interface for afterAgent hook.
-
Constructor Details
-
AfterAgentAction
-
-
Method Details
-
apply
- Specified by:
applyin interfaceAsyncNodeActionWithConfig- Specified by:
applyin interfaceBiFunction<OverAllState,RunnableConfig, CompletableFuture<Map<String, Object>>>
-