googleExecutor
Creates and configures a SingleLLMPromptExecutor instance using GoogleLLMClient properties.
The method initializes an GoogleLLMClient with the base URL derived from the provided OllamaKoogProperties and uses it to construct the SingleLLMPromptExecutor.
Return
a SingleLLMPromptExecutor configured to use the Ollama client.
Parameters
properties
the configuration properties containing Ollama client settings such as the base URL.