executeMultipleChoices

open suspend override fun executeMultipleChoices(prompt: Prompt, model: LLModel, tools: List<ToolDescriptor>): List<LLMChoice>(source)

Simulates an LLM call that returns multiple choices. Captures input parameters and returns the predefined choices.