Uses of Class
com.flowable.platform.service.agent.AgentInvocationExchangeChat
Packages that use AgentInvocationExchangeChat
-
Uses of AgentInvocationExchangeChat in com.flowable.platform.service.agent
Methods in com.flowable.platform.service.agent that return types with arguments of type AgentInvocationExchangeChatModifier and TypeMethodDescriptionAgentChatQuery.executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) Methods in com.flowable.platform.service.agent with parameters of type AgentInvocationExchangeChatModifier and TypeMethodDescriptionprotected AgentChatMessageResponsePlatformAgentService.convert(AgentInvocationExchangeChat exchange, AgentInvocationExchangePartChat part) protected Stream<AgentChatMessageResponse> PlatformAgentService.convert(AgentInvocationExchangeChat exchange, Map<String, com.fasterxml.jackson.databind.JsonNode> preParsedTechnicalContent, Map<String, ActionInstance> prefetchedActionInstances) Method parameters in com.flowable.platform.service.agent with type arguments of type AgentInvocationExchangeChatModifier and TypeMethodDescriptionprotected List<AgentChatMessageResponse> PlatformAgentService.convert(List<AgentInvocationExchangeChat> exchanges) protected List<AgentChatMessageResponse> PlatformAgentService.convert(List<AgentInvocationExchangeChat> exchanges, Function<AgentChatMessageResponse, AgentChatMessageResponse> converter) Constructors in com.flowable.platform.service.agent with parameters of type AgentInvocationExchangeChat