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