Class AgentToolNode.Builder
java.lang.Object
com.alibaba.cloud.ai.graph.agent.node.AgentToolNode.Builder
- Enclosing class:
- AgentToolNode
-
Method Summary
Modifier and TypeMethodDescriptionbuild()enableActingLog(boolean enableActingLog) toolCallbackResolver(org.springframework.ai.tool.resolution.ToolCallbackResolver toolCallbackResolver) toolCallbacks(List<org.springframework.ai.tool.ToolCallback> toolCallbacks) toolContext(Map<String, Object> toolContext) toolExecutionExceptionProcessor(org.springframework.ai.tool.execution.ToolExecutionExceptionProcessor toolExecutionExceptionProcessor)
-
Method Details
-
agentName
-
enableActingLog
-
toolCallbacks
public AgentToolNode.Builder toolCallbacks(List<org.springframework.ai.tool.ToolCallback> toolCallbacks) -
toolCallbackResolver
public AgentToolNode.Builder toolCallbackResolver(org.springframework.ai.tool.resolution.ToolCallbackResolver toolCallbackResolver) -
toolContext
-
toolExecutionExceptionProcessor
public AgentToolNode.Builder toolExecutionExceptionProcessor(org.springframework.ai.tool.execution.ToolExecutionExceptionProcessor toolExecutionExceptionProcessor) -
build
-