executeProcessed

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

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