Uses of Record Class
org.springframework.ai.openai.api.OpenAiApi.ChatCompletion
Packages that use OpenAiApi.ChatCompletion
-
Uses of OpenAiApi.ChatCompletion in org.springframework.ai.openai.api
Methods in org.springframework.ai.openai.api that return OpenAiApi.ChatCompletionModifier and TypeMethodDescriptionOpenAiStreamFunctionCallingHelper.chunkToChatCompletion(OpenAiApi.ChatCompletionChunk chunk) Convert the ChatCompletionChunk into a ChatCompletion.Methods in org.springframework.ai.openai.api that return types with arguments of type OpenAiApi.ChatCompletionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<OpenAiApi.ChatCompletion>OpenAiApi.chatCompletionEntity(OpenAiApi.ChatCompletionRequest chatRequest) Creates a model response for the given chat conversation.org.springframework.http.ResponseEntity<OpenAiApi.ChatCompletion>OpenAiApi.chatCompletionEntity(OpenAiApi.ChatCompletionRequest chatRequest, org.springframework.util.MultiValueMap<String, String> additionalHttpHeader) Creates a model response for the given chat conversation.