Interface ToolConsumer

  • All Implemented Interfaces:
    com.embabel.agent.core.ToolCallbackConsumer , com.embabel.agent.core.ToolCallbackSpec , com.embabel.agent.core.ToolGroupConsumer

    
    public interface ToolConsumer
     implements ToolCallbackConsumer, ToolGroupConsumer
                        

    Allows consuming tools and exposing them to LLMs. Interface allowing abstraction between tool concept and specific tools.

    • 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
      List<ToolCallback> resolveToolCallbacks(ToolGroupResolver toolGroupResolver)
      abstract String getName()
      • Methods inherited from class com.embabel.agent.core.ToolCallbackSpec

        getToolCallbacks
      • Methods inherited from class com.embabel.agent.core.ToolGroupConsumer

        getToolGroups
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait