Uses of Class
dev.langchain4j.model.anthropic.internal.api.AnthropicMetadata
Packages that use AnthropicMetadata
- 
Uses of AnthropicMetadata in dev.langchain4j.model.anthropic.internal.apiFields 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) voidAnthropicCreateMessageRequest.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) Deprecated, for removal: This API element is subject to removal in a future version.