Uses of Record Class
org.springframework.ai.anthropic.api.AnthropicApi.AnthropicMessage
Packages that use AnthropicApi.AnthropicMessage
-
Uses of AnthropicApi.AnthropicMessage in org.springframework.ai.anthropic.api
Methods in org.springframework.ai.anthropic.api that return types with arguments of type AnthropicApi.AnthropicMessageModifier and TypeMethodDescriptionAnthropicApi.ChatCompletionRequest.messages()Returns the value of themessagesrecord component.Method parameters in org.springframework.ai.anthropic.api with type arguments of type AnthropicApi.AnthropicMessageModifier and TypeMethodDescriptionAnthropicApi.ChatCompletionRequestBuilder.messages(List<AnthropicApi.AnthropicMessage> messages) Constructor parameters in org.springframework.ai.anthropic.api with type arguments of type AnthropicApi.AnthropicMessageModifierConstructorDescriptionChatCompletionRequest(String model, List<AnthropicApi.AnthropicMessage> messages, Object system, Integer maxTokens, Double temperature, Boolean stream) ChatCompletionRequest(String model, List<AnthropicApi.AnthropicMessage> messages, Object system, Integer maxTokens, List<String> stopSequences, Double temperature, Boolean stream) ChatCompletionRequest(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.