Uses of Interface
ai.agentscentral.core.session.user.User
Packages that use User
Package
Description
-
Uses of User in ai.agentscentral.core.agentic.executor
Methods in ai.agentscentral.core.agentic.executor with parameters of type UserModifier 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 User in ai.agentscentral.core.provider
Methods in ai.agentscentral.core.provider with parameters of type User -
Uses of User in ai.agentscentral.core.session.processor
Methods in ai.agentscentral.core.session.processor with parameters of type User -
Uses of User in ai.agentscentral.core.tool
Methods in ai.agentscentral.core.tool with parameters of type User