Interface SelfToolCallbackPublisher

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

    
    public interface SelfToolCallbackPublisher
     implements ToolCallbackPublisher
                        

    Convenient interface a class can implement to publish @Tool functions automatically. Application domain objects can extend this. Intended for extension by both platform and application code.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • 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> getToolCallbacks() Tool callbacks referenced or exposed.
      • Methods inherited from class java.lang.Object

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