Uses of Class
dev.langchain4j.model.vertexai.anthropic.internal.api.AnthropicMessage
Packages that use AnthropicMessage
Package
Description
-
Uses of AnthropicMessage in dev.langchain4j.model.vertexai.anthropic.internal.api
Fields in dev.langchain4j.model.vertexai.anthropic.internal.api with type parameters of type AnthropicMessageConstructor parameters in dev.langchain4j.model.vertexai.anthropic.internal.api with type arguments of type AnthropicMessageModifierConstructorDescriptionAnthropicRequest(List<AnthropicMessage> messages, List<AnthropicSystemMessage> system, Integer maxTokens, List<String> stopSequences, Boolean stream, Double temperature, Double topP, Integer topK, List<AnthropicTool> tools, AnthropicToolChoice toolChoice) -
Uses of AnthropicMessage in dev.langchain4j.model.vertexai.anthropic.internal.mapper
Methods in dev.langchain4j.model.vertexai.anthropic.internal.mapper that return types with arguments of type AnthropicMessageModifier and TypeMethodDescriptionstatic List<AnthropicMessage> AnthropicRequestMapper.toAnthropicMessages(List<ChatMessage> messages)