llmProvider

abstract fun llmProvider(): LLMProvider(source)

Retrieves the LLMProvider instance associated with this client.

Return

The LLMProvider instance used for executing prompts and managing LLM operations.