mistralAIExecutor

Creates and returns a SingleLLMPromptExecutor bean configured with the given MistralAILLMClient. This bean is conditionally initialized only when an MistralAILLMClient bean is present in the application context.

Return

a configured instance of SingleLLMPromptExecutor.

Parameters

client

the MistralAILLMClient used to create a retry-capable client for executing LLM prompts.