nodeSelectLLMChoice
fun AIAgentSubgraphBuilderBase<*, *>.nodeSelectLLMChoice(choiceSelectionStrategy: ChoiceSelectionStrategy, name: String? = null): AIAgentNodeDelegate<List<LLMChoice>, LLMChoice>(source)
A node that chooses an LLM choice based on the given strategy.
Parameters
choiceSelectionStrategy
The strategy used to choose an LLM choice.
name
Optional name for the node.