Uses of Class
dev.langchain4j.model.vertexai.anthropic.internal.api.AnthropicResponse
Packages that use AnthropicResponse
Package
Description
-
Uses of AnthropicResponse in dev.langchain4j.model.vertexai.anthropic.internal.client
Methods in dev.langchain4j.model.vertexai.anthropic.internal.client that return AnthropicResponseModifier and TypeMethodDescriptionVertexAiAnthropicClient.generateContent(AnthropicRequest request, String modelName) Methods in dev.langchain4j.model.vertexai.anthropic.internal.client with parameters of type AnthropicResponseModifier and TypeMethodDescriptiondefault voidStreamingResponseHandler.onResponse(AnthropicResponse response) Called with the complete response metadata (for token usage, etc.). -
Uses of AnthropicResponse in dev.langchain4j.model.vertexai.anthropic.internal.mapper
Methods in dev.langchain4j.model.vertexai.anthropic.internal.mapper with parameters of type AnthropicResponseModifier and TypeMethodDescriptionstatic AiMessageAnthropicResponseMapper.toAiMessage(AnthropicResponse anthropicResponse) static ChatResponseAnthropicResponseMapper.toChatResponse(AnthropicResponse anthropicResponse)