Uses of Class
com.alibaba.cloud.ai.graph.agent.interceptor.toolemulator.ToolEmulatorInterceptor.Builder
Packages that use ToolEmulatorInterceptor.Builder
-
Uses of ToolEmulatorInterceptor.Builder in com.alibaba.cloud.ai.graph.agent.interceptor.toolemulator
Methods in com.alibaba.cloud.ai.graph.agent.interceptor.toolemulator that return ToolEmulatorInterceptor.BuilderModifier and TypeMethodDescriptionAdd a tool name to emulate.ToolEmulatorInterceptor.Builder.addTools(Collection<String> toolNames) Add multiple tool names to emulate.ToolEmulatorInterceptor.builder()ToolEmulatorInterceptor.Builder.emulateAllTools(boolean emulateAll) Set whether to emulate all tools or only specified ones.ToolEmulatorInterceptor.Builder.model(org.springframework.ai.chat.model.ChatModel model) Set the chat model used for emulation.ToolEmulatorInterceptor.Builder.promptTemplate(String template) Set a custom prompt template for emulation.