dify icon indicating copy to clipboard operation
dify copied to clipboard

feat: allow skipping disabled builtin tool providers

Open bowenliang123 opened this issue 2 years ago • 0 comments

  • introduced enabled field for builtin tools provider, which is default to true
  • if enabled set to false in builtin tools provider's YAML config, it's not listed on the tools page

When enabled is empty or set to true:

image

When enabled field set to false, the builtin google tool is skipped:

image image

bowenliang123 avatar Jan 29 '24 15:01 bowenliang123