Uses of Class
dev.langchain4j.model.anthropic.internal.api.AnthropicMetadata
Packages that use AnthropicMetadata
-
Uses of AnthropicMetadata in dev.langchain4j.model.anthropic.internal.api
Fields in dev.langchain4j.model.anthropic.internal.api declared as AnthropicMetadataMethods in dev.langchain4j.model.anthropic.internal.api that return AnthropicMetadataModifier and TypeMethodDescriptionAnthropicMetadata.Builder.build()
AnthropicCreateMessageRequest.getMetadata()
Methods in dev.langchain4j.model.anthropic.internal.api with parameters of type AnthropicMetadataModifier and TypeMethodDescriptionAnthropicCreateMessageRequest.Builder.metadata
(AnthropicMetadata metadata) void
AnthropicCreateMessageRequest.setMetadata
(AnthropicMetadata metadata) Constructors in dev.langchain4j.model.anthropic.internal.api with parameters of type AnthropicMetadataModifierConstructorDescriptionAnthropicCreateMessageRequest
(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, AnthropicMetadata metadata)