Uses of Record Class
ai.agentscentral.core.session.message.UserMessage
Packages that use UserMessage
-
Uses of UserMessage in ai.agentscentral.core.agentic.executor
Methods in ai.agentscentral.core.agentic.executor with parameters of type UserMessageModifier and TypeMethodDescriptionAgenticExecutor.execute(String contextId, User user, UserMessage userMessage, List<Message> previousContext, List<Message> newMessages, String currentAgenticName, MessageExecutionContext executionContext) DefaultAgentExecutor.execute(String contextId, User user, UserMessage userMessage, List<Message> previousContext, List<Message> newMessages, String currentAgenticName, MessageExecutionContext executionContext) RoutingModeTeamExecutor.execute(String contextId, User user, UserMessage userMessage, List<Message> previousContext, List<Message> newMessages, String currentAgenticName, MessageExecutionContext executionContext) -
Uses of UserMessage in ai.agentscentral.core.session.processor
Methods in ai.agentscentral.core.session.processor with parameters of type UserMessage