Uses of Record Class
org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionRequest
Packages that use AnthropicApi.ChatCompletionRequest
-
Uses of AnthropicApi.ChatCompletionRequest in org.springframework.ai.anthropic.api
Methods in org.springframework.ai.anthropic.api that return AnthropicApi.ChatCompletionRequestMethods in org.springframework.ai.anthropic.api with parameters of type AnthropicApi.ChatCompletionRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<AnthropicApi.ChatCompletionResponse> AnthropicApi.chatCompletionEntity(AnthropicApi.ChatCompletionRequest chatRequest) Creates a model response for the given chat conversation.org.springframework.http.ResponseEntity<AnthropicApi.ChatCompletionResponse> AnthropicApi.chatCompletionEntity(AnthropicApi.ChatCompletionRequest chatRequest, org.springframework.http.HttpHeaders additionalHttpHeader) Creates a model response for the given chat conversation.reactor.core.publisher.Flux<AnthropicApi.ChatCompletionResponse> AnthropicApi.chatCompletionStream(AnthropicApi.ChatCompletionRequest chatRequest) Creates a streaming chat response for the given chat conversation.reactor.core.publisher.Flux<AnthropicApi.ChatCompletionResponse> AnthropicApi.chatCompletionStream(AnthropicApi.ChatCompletionRequest chatRequest, org.springframework.http.HttpHeaders additionalHttpHeader) Creates a streaming chat response for the given chat conversation.AnthropicApi.ChatCompletionRequest.from(AnthropicApi.ChatCompletionRequest request)