Uses of Class
com.alibaba.cloud.ai.graph.agent.interceptor.ToolInterceptor
Packages that use ToolInterceptor
Package
Description
-
Uses of ToolInterceptor in com.alibaba.cloud.ai.graph.agent
Fields in com.alibaba.cloud.ai.graph.agent with type parameters of type ToolInterceptor -
Uses of ToolInterceptor in com.alibaba.cloud.ai.graph.agent.extension.interceptor
Subclasses of ToolInterceptor in com.alibaba.cloud.ai.graph.agent.extension.interceptorModifier and TypeClassDescriptionclassTool interceptor that automatically evicts large tool results to the filesystem. -
Uses of ToolInterceptor in com.alibaba.cloud.ai.graph.agent.interceptor
Method parameters in com.alibaba.cloud.ai.graph.agent.interceptor with type arguments of type ToolInterceptorModifier and TypeMethodDescriptionstatic ToolCallHandlerInterceptorChain.chainToolInterceptors(List<ToolInterceptor> interceptors, ToolCallHandler baseHandler) Chain multiple ToolInterceptors into a single handler. -
Uses of ToolInterceptor in com.alibaba.cloud.ai.graph.agent.interceptor.toolemulator
Subclasses of ToolInterceptor in com.alibaba.cloud.ai.graph.agent.interceptor.toolemulatorModifier and TypeClassDescriptionclassTool interceptor that emulates specified tools using an LLM instead of executing them. -
Uses of ToolInterceptor in com.alibaba.cloud.ai.graph.agent.interceptor.toolerror
Subclasses of ToolInterceptor in com.alibaba.cloud.ai.graph.agent.interceptor.toolerror -
Uses of ToolInterceptor in com.alibaba.cloud.ai.graph.agent.interceptor.toolretry
Subclasses of ToolInterceptor in com.alibaba.cloud.ai.graph.agent.interceptor.toolretryModifier and TypeClassDescriptionclassTool interceptor that automatically retries failed tool calls with configurable backoff. -
Uses of ToolInterceptor in com.alibaba.cloud.ai.graph.agent.node
Method parameters in com.alibaba.cloud.ai.graph.agent.node with type arguments of type ToolInterceptorModifier and TypeMethodDescriptionvoidAgentToolNode.setToolInterceptors(List<ToolInterceptor> toolInterceptors)