Uses of Record Class
com.viglet.turing.api.llm.chat.TurLLMChatAPI.ChatMessageItem
Packages that use TurLLMChatAPI.ChatMessageItem
-
Uses of TurLLMChatAPI.ChatMessageItem in com.viglet.turing.api.llm.chat
Methods in com.viglet.turing.api.llm.chat that return types with arguments of type TurLLMChatAPI.ChatMessageItemModifier and TypeMethodDescriptionTurLLMChatAPI.ChatRequest.messages()Returns the value of themessagesrecord component.Constructor parameters in com.viglet.turing.api.llm.chat with type arguments of type TurLLMChatAPI.ChatMessageItemModifierConstructorDescriptionChatRequest(List<TurLLMChatAPI.ChatMessageItem> messages) Creates an instance of aChatRequestrecord class.