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.withMessages(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, String system, Integer maxTokens, Double temperature, Boolean stream) ChatCompletionRequest(String model, List<AnthropicApi.AnthropicMessage> messages, String system, Integer maxTokens, List<String> stopSequences, Double temperature, Boolean stream) ChatCompletionRequest(String model, List<AnthropicApi.AnthropicMessage> messages, String system, Integer maxTokens, AnthropicApi.ChatCompletionRequest.Metadata metadata, List<String> stopSequences, Boolean stream, Double temperature, Double topP, Integer topK, List<AnthropicApi.Tool> tools) Creates an instance of aChatCompletionRequestrecord class.