update config
This commit is contained in:
@@ -294,6 +294,13 @@ def _get_configurable_plugin_names() -> List[str]:
|
||||
]
|
||||
except Exception:
|
||||
return []
|
||||
|
||||
|
||||
def _get_configurable_tool_names() -> List[str]:
|
||||
"""Retain compatibility with the retired tool configuration category."""
|
||||
return []
|
||||
|
||||
|
||||
def _get_multi_instance_plugin_names() -> set[str]:
|
||||
try:
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user