Uses of Class
com.alibaba.cloud.ai.graph.agent.extension.interceptor.FilesystemInterceptor.Builder
Packages that use FilesystemInterceptor.Builder
-
Uses of FilesystemInterceptor.Builder in com.alibaba.cloud.ai.graph.agent.extension.interceptor
Methods in com.alibaba.cloud.ai.graph.agent.extension.interceptor that return FilesystemInterceptor.BuilderModifier and TypeMethodDescriptionFilesystemInterceptor.Builder.addCustomToolDescription(String toolName, String description) Add a single custom tool description.FilesystemInterceptor.builder()FilesystemInterceptor.Builder.customToolDescriptions(Map<String, String> customToolDescriptions) Set custom tool descriptions to override defaults.FilesystemInterceptor.Builder.readOnly(boolean readOnly) Set whether the filesystem should be read-only.FilesystemInterceptor.Builder.systemPrompt(String systemPrompt) Set custom system prompt to guide filesystem usage.