Object MatryoshkaTool.Companion

  • All Implemented Interfaces:

    
    public class MatryoshkaTool.Companion
    extends UnfoldingTool.Factory
                        

    Companion object that extends UnfoldingTool.Factory to provide factory methods. All factory methods from UnfoldingTool are available.

    Example:

    val tool = MatryoshkaTool.of(
        name = "spotify_search",
        description = "Search Spotify for music data",
        innerTools = listOf(vectorSearchTool, textSearchTool)
    )
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class com.embabel.agent.api.tool.progressive.UnfoldingTool.Factory

        byCategory, byCategory, byCategory, byCategory, fromInstance, fromInstance, of, of, of, safelyFromInstance, safelyFromInstance, selectable, selectable, selectable
      • Methods inherited from class java.lang.Object

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

    • Method Detail