Package com.embabel.agent.core
Interface ToolGroup
-
- All Implemented Interfaces:
-
com.embabel.agent.core.ToolCallbackPublisher,com.embabel.agent.core.ToolCallbackSpec,com.embabel.common.core.types.HasInfoString
public interface ToolGroup implements ToolCallbackPublisher, HasInfoString
A group of tools to accomplish a purpose, such as web search. Introduces a level of abstraction over tool callbacks.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classToolGroup.Companion
-
Method Summary
Modifier and Type Method Description StringinfoString(Boolean verbose, Integer indent)abstract ToolGroupMetadatagetMetadata()-
-
Method Detail
-
infoString
String infoString(Boolean verbose, Integer indent)
-
getMetadata
abstract ToolGroupMetadata getMetadata()
-
-
-
-