Package org.bsc.langgraph4j.hook
Interface NodeHook.WrapCall<State extends AgentState>
- All Known Implementing Classes:
OTELWrapCallTraceHook,OTELWrapCallTraceSetParentHook,WrapCallHookSubgraphAware
- Enclosing interface:
NodeHook
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionapplyWrap(String nodeId, State state, RunnableConfig config, AsyncNodeActionWithConfig<State> action)
-
Method Details
-
applyWrap
CompletableFuture<Map<String,Object>> applyWrap(String nodeId, State state, RunnableConfig config, AsyncNodeActionWithConfig<State> action)
-