Package org.bsc.langgraph4j.hook
Interface EdgeHook.WrapCall<State extends AgentState>
- All Known Implementing Classes:
OTELWrapCallTraceHook,OTELWrapCallTraceSetParentHook
- Enclosing interface:
- EdgeHook
- 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 sourceId, State state, RunnableConfig config, AsyncCommandAction<State> action)
-
Method Details
-
applyWrap
CompletableFuture<Command> applyWrap(String sourceId, State state, RunnableConfig config, AsyncCommandAction<State> action)
-