Package com.embabel.agent.core
Interface ToolGroupDescription
-
- All Implemented Interfaces:
public interface ToolGroupDescription
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classToolGroupDescription.Companion
-
Method Summary
Modifier and Type Method Description abstract StringgetDescription()Natural language description of the tool group. abstract StringgetRole()Role of the tool group. -
-
Method Detail
-
getDescription
abstract String getDescription()
Natural language description of the tool group. May be used by an LLM to choose tool groups so should be informative. Tool groups with the same role should have similar descriptions, although they should call out any unique features.
-
-
-
-