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