Package com.embabel.agent.core
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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classToolConsumer.Companion
-
Method Summary
Modifier and Type Method Description List<ToolCallback>resolveToolCallbacks(ToolGroupResolver toolGroupResolver)abstract StringgetName()-
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
-
-
Method Detail
-
resolveToolCallbacks
List<ToolCallback> resolveToolCallbacks(ToolGroupResolver toolGroupResolver)
-
-
-
-