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