Uses of Record Class
com.viglet.turing.api.agent.TurAIAgentChatAPI.ChatMessageItem
Packages that use TurAIAgentChatAPI.ChatMessageItem
-
Uses of TurAIAgentChatAPI.ChatMessageItem in com.viglet.turing.api.agent
Methods in com.viglet.turing.api.agent that return types with arguments of type TurAIAgentChatAPI.ChatMessageItemModifier and TypeMethodDescriptionTurAIAgentChatAPI.AgentChatRequest.messages()Returns the value of themessagesrecord component.Constructor parameters in com.viglet.turing.api.agent with type arguments of type TurAIAgentChatAPI.ChatMessageItemModifierConstructorDescriptionAgentChatRequest(String llmInstanceId, List<TurAIAgentChatAPI.ChatMessageItem> messages) Creates an instance of aAgentChatRequestrecord class.