Class VertexAiGeminiChatClient

java.lang.Object
org.springframework.ai.model.function.AbstractFunctionCallSupport<com.google.cloud.vertexai.api.Content,VertexAiGeminiChatClient.GeminiRequest,com.google.cloud.vertexai.api.GenerateContentResponse>
org.springframework.ai.vertexai.gemini.VertexAiGeminiChatClient
All Implemented Interfaces:
ChatClient, StreamingChatClient, ModelClient<Prompt,ChatResponse>, StreamingModelClient<Prompt,ChatResponse>, org.springframework.beans.factory.DisposableBean

public class VertexAiGeminiChatClient extends AbstractFunctionCallSupport<com.google.cloud.vertexai.api.Content,VertexAiGeminiChatClient.GeminiRequest,com.google.cloud.vertexai.api.GenerateContentResponse> implements ChatClient, StreamingChatClient, org.springframework.beans.factory.DisposableBean
Since:
0.8.1
Author:
Christian Tzolov