Interface ToolGroupDescription

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract String getDescription() Natural language description of the tool group.
      abstract String getRole() Role of the tool group.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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.

      • getRole

         abstract String getRole()

        Role of the tool group. Many tool groups can provide this Multiple tool groups can provide the same role, for example with different QoS.