with Tool Group
Add a tool group to the PromptRunner
Return
PromptRunner instance with the added tool group
Parameters
tool Group
name of the toolGroup we're requesting
Add a tool group with required tool names. Throws com.embabel.agent.spi.loop.RequiredToolGroupException at resolution time if the group is not found or any required tool name is absent.
Parameters
tool Group
name of the toolGroup we're requesting
required Tool Names
tool names that must be present in the resolved group
Allows for dynamic tool groups to be added to the PromptRunner.