类 GlobalToolInterceptors
java.lang.Object
com.agentsflex.core.model.chat.tool.GlobalToolInterceptors
全局函数调用拦截器注册中心。
所有通过 addInterceptor(ToolInterceptor) 注册的拦截器,
将自动应用于所有 ToolExecutor 实例。
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static voidaddInterceptor(ToolInterceptor interceptor) static voidclear()static List<ToolInterceptor>
-
字段详细资料
-
GLOBAL_INTERCEPTORS
-
-
构造器详细资料
-
GlobalToolInterceptors
private GlobalToolInterceptors()
-
-
方法详细资料
-
addInterceptor
-
getInterceptors
-
clear
-