withToolGroups

open fun withToolGroups(toolGroups: Set<String>): PromptRunner


open fun withToolGroups(vararg toolGroups: String): PromptRunner

Add tool groups to the PromptRunner by name (varargs version).

Parameters

toolGroups

the tool group names to add