Class AnthropicResponseMapper

java.lang.Object
dev.langchain4j.model.vertexai.anthropic.internal.mapper.AnthropicResponseMapper

public class AnthropicResponseMapper extends Object
  • Method Details

    • toChatResponse

      public static dev.langchain4j.model.chat.response.ChatResponse toChatResponse(AnthropicResponse anthropicResponse)
    • toAiMessage

      public static dev.langchain4j.data.message.AiMessage toAiMessage(AnthropicResponse anthropicResponse)