Package com.embabel.agent.core
Interface ToolGroup
-
- All Implemented Interfaces:
-
com.embabel.agent.core.ToolPublisher,com.embabel.agent.core.ToolSpec,com.embabel.common.core.types.HasInfoString
public interface ToolGroup implements ToolPublisher, HasInfoString
A group of tools to accomplish a purpose, such as web search. Introduces a level of abstraction over tools.
-
-
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()List<Tool>getTools()Tools referenced or exposed. -
-
Method Detail
-
infoString
String infoString(Boolean verbose, Integer indent)
-
getMetadata
abstract ToolGroupMetadata getMetadata()
-
-
-
-