executeProcessed

suspend fun PromptExecutor.executeProcessed(prompt: Prompt, model: LLModel, tools: List<ToolDescriptor>, processorConfig: ResponseProcessorConfig? = null): List<Message.Response>(source)

Executes the given prompt and processes responses using the given processorConfig.