Interface ToolAgentConfiguration
-
- All Known Implementing Classes:
ToolAgentConfigurationImpl
public interface ToolAgentConfigurationCreated by Evgeniy.Koshkin.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisToolRegistered(String toolId)voidupdate(Map<String,ServerToolInfo> tools)
-
-
-
Method Detail
-
update
void update(@NotNull Map<String,ServerToolInfo> tools)
-
isToolRegistered
boolean isToolRegistered(@NotNull String toolId)
-
-