Package com.embabel.agent.api.tool
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) )
-
-
Field Summary
Fields Modifier and Type Field Description public final static MatryoshkaTool.CompanionINSTANCE
-
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
-
-