Package com.embabel.agent.prompt.element
Class FocusedToolCallControl
-
- All Implemented Interfaces:
-
com.embabel.common.ai.prompt.PromptContributor,com.embabel.common.ai.prompt.PromptElement
public final class FocusedToolCallControl implements PromptContributor
-
-
Constructor Summary
Constructors Constructor Description FocusedToolCallControl(String toolName, Integer toolCalls)
-
Method Summary
Modifier and Type Method Description final StringgetToolName()final IntegergetToolCalls()Stringcontribution()-
Methods inherited from class com.embabel.common.ai.prompt.PromptElement
getPromptContributionLocation, getRole -
Methods inherited from class com.embabel.common.ai.prompt.PromptContributor
promptContribution -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getToolName
final String getToolName()
-
getToolCalls
final Integer getToolCalls()
-
contribution
String contribution()
-
-
-
-