Uses of Interface
ai.agentscentral.core.session.message.MessagePart
Packages that use MessagePart
-
Uses of MessagePart in ai.agentscentral.core.session.message
Classes in ai.agentscentral.core.session.message that implement MessagePartMethods in ai.agentscentral.core.session.message that return MessagePartModifier and TypeMethodDescriptionAssistantMessage.parts()Returns the value of thepartsrecord component.DeveloperMessage.parts()Returns the value of thepartsrecord component.HandOffMessage.parts()Returns the value of thepartsrecord component.Message.parts()ToolMessage.parts()Returns the value of thepartsrecord component.UserMessage.parts()Returns the value of thepartsrecord component.Constructors in ai.agentscentral.core.session.message with parameters of type MessagePartModifierConstructorDescriptionAssistantMessage(String contextId, String messageId, MessagePart[] parts, List<ToolCallInstruction> toolCalls, List<HandoffInstruction> handoffs, long timestamp) Creates an instance of aAssistantMessagerecord class.DeveloperMessage(String contextId, String messageId, MessagePart[] parts, long timestamp) Creates an instance of aDeveloperMessagerecord class.HandOffMessage(String contextId, String messageId, String handOffId, String agentName, MessagePart[] parts, long timestamp) Creates an instance of aHandOffMessagerecord class.ToolMessage(String contextId, String messageId, String toolCallId, String toolName, MessagePart[] parts, long timestamp) Creates an instance of aToolMessagerecord class.UserMessage(String contextId, String messageId, MessagePart[] parts, long timestamp) Creates an instance of aUserMessagerecord class.