Record Class SubAgent.SubAgentImpl

java.lang.Object
java.lang.Record
org.bsc.langgraph4j.spring.ai.agent.SubAgent.SubAgentImpl
All Implemented Interfaces:
AgentEx.ToolBehaviour<org.springframework.ai.chat.messages.Message,AgentExecutorEx.State>, SubAgent, org.springframework.ai.tool.ToolCallback
Enclosing interface:
SubAgent

public static record SubAgent.SubAgentImpl(org.springframework.ai.tool.ToolCallback delegate, CompiledGraph<AgentExecutorEx.State> subGraph) extends Record implements SubAgent