executeMultipleChoices
open suspend fun executeMultipleChoices(prompt: Prompt, model: LLModel, tools: List<ToolDescriptor>): List<LLMChoice>(source)
Executes a prompt and returns a list of LLM choices.
Return
List of LLM choices
Parameters
prompt
The prompt to execute
tools
Optional list of tools that can be used by the LLM
model
The LLM model to use