Uses of Record Class
org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionRequest.Metadata
Packages that use AnthropicApi.ChatCompletionRequest.Metadata
-
Uses of AnthropicApi.ChatCompletionRequest.Metadata in org.springframework.ai.anthropic
Methods in org.springframework.ai.anthropic that return AnthropicApi.ChatCompletionRequest.MetadataMethods in org.springframework.ai.anthropic with parameters of type AnthropicApi.ChatCompletionRequest.MetadataModifier and TypeMethodDescriptionAnthropicChatOptions.Builder.metadata(AnthropicApi.ChatCompletionRequest.Metadata metadata) voidAnthropicChatOptions.setMetadata(AnthropicApi.ChatCompletionRequest.Metadata metadata) -
Uses of AnthropicApi.ChatCompletionRequest.Metadata in org.springframework.ai.anthropic.api
Methods in org.springframework.ai.anthropic.api that return AnthropicApi.ChatCompletionRequest.MetadataModifier and TypeMethodDescriptionAnthropicApi.ChatCompletionRequest.metadata()Returns the value of themetadatarecord component.Methods in org.springframework.ai.anthropic.api with parameters of type AnthropicApi.ChatCompletionRequest.MetadataModifier and TypeMethodDescriptionAnthropicApi.ChatCompletionRequestBuilder.metadata(AnthropicApi.ChatCompletionRequest.Metadata metadata) Constructors in org.springframework.ai.anthropic.api with parameters of type AnthropicApi.ChatCompletionRequest.MetadataModifierConstructorDescriptionChatCompletionRequest(String model, List<AnthropicApi.AnthropicMessage> messages, Object system, Integer maxTokens, AnthropicApi.ChatCompletionRequest.Metadata metadata, List<String> stopSequences, Boolean stream, Double temperature, Double topP, Integer topK, List<AnthropicApi.Tool> tools, AnthropicApi.ToolChoice toolChoice, AnthropicApi.ChatCompletionRequest.ThinkingConfig thinking, AnthropicApi.ChatCompletionRequest.OutputFormat outputFormat, AnthropicApi.SkillContainer container) Creates an instance of aChatCompletionRequestrecord class.