Uses of Record Class
org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionResponse.Container
Packages that use AnthropicApi.ChatCompletionResponse.Container
-
Uses of AnthropicApi.ChatCompletionResponse.Container in org.springframework.ai.anthropic.api
Methods in org.springframework.ai.anthropic.api that return AnthropicApi.ChatCompletionResponse.ContainerModifier and TypeMethodDescriptionAnthropicApi.ChatCompletionResponse.container()Returns the value of thecontainerrecord component.Constructors in org.springframework.ai.anthropic.api with parameters of type AnthropicApi.ChatCompletionResponse.ContainerModifierConstructorDescriptionChatCompletionResponse(String id, String type, AnthropicApi.Role role, List<AnthropicApi.ContentBlock> content, String model, String stopReason, String stopSequence, AnthropicApi.Usage usage, AnthropicApi.ChatCompletionResponse.Container container) Creates an instance of aChatCompletionResponserecord class.