executeProcessed
suspend fun PromptExecutor.executeProcessed(prompt: Prompt, model: LLModel, tools: List<ToolDescriptor>, responseProcessor: ResponseProcessor? = null): List<Message.Response>(source)
Executes the given prompt and processes responses using the given responseProcessor.