Uses of Class
dev.langchain4j.model.anthropic.internal.api.AnthropicMessage
Packages that use AnthropicMessage
Package
Description
-
Uses of AnthropicMessage in dev.langchain4j.model.anthropic.internal.api
Fields in dev.langchain4j.model.anthropic.internal.api with type parameters of type AnthropicMessageMethods in dev.langchain4j.model.anthropic.internal.api that return AnthropicMessageMethods in dev.langchain4j.model.anthropic.internal.api that return types with arguments of type AnthropicMessageMethod parameters in dev.langchain4j.model.anthropic.internal.api with type arguments of type AnthropicMessageModifier and TypeMethodDescriptionAnthropicCreateMessageRequest.Builder.messages
(List<AnthropicMessage> messages) void
AnthropicCreateMessageRequest.setMessages
(List<AnthropicMessage> messages) Constructor parameters in dev.langchain4j.model.anthropic.internal.api with type arguments of type AnthropicMessageModifierConstructorDescriptionAnthropicCreateMessageRequest
(String model, List<AnthropicMessage> messages, List<AnthropicTextContent> system, int maxTokens, List<String> stopSequences, boolean stream, Double temperature, Double topP, Integer topK, List<AnthropicTool> tools, AnthropicToolChoice toolChoice, AnthropicThinking thinking) -
Uses of AnthropicMessage in dev.langchain4j.model.anthropic.internal.mapper
Methods in dev.langchain4j.model.anthropic.internal.mapper that return types with arguments of type AnthropicMessageModifier and TypeMethodDescriptionstatic List
<AnthropicMessage> AnthropicMapper.toAnthropicMessages
(List<ChatMessage> messages)