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