Uses of Class
com.flowable.agent.engine.impl.runtime.AgentInvocationResultResponse.Invocation
Packages that use AgentInvocationResultResponse.Invocation
Package
Description
-
Uses of AgentInvocationResultResponse.Invocation in com.flowable.agent.engine.impl.job
Methods in com.flowable.agent.engine.impl.job with parameters of type AgentInvocationResultResponse.InvocationModifier and TypeMethodDescriptionprotected AgentInvocationEntityAbstractAgentJobHandler.auditExchange(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, AgentInvocationContext agentInvocationContext, AgentInvocationResultResponse.Invocation aiInvocation, boolean storeAsHumanContent) -
Uses of AgentInvocationResultResponse.Invocation in com.flowable.agent.engine.impl.model.a2a
Methods in com.flowable.agent.engine.impl.model.a2a with parameters of type AgentInvocationResultResponse.InvocationModifier and TypeMethodDescriptionprotected A2AAgentInvocationResultResponseA2AModelInvoker.createInvocationResultResponseAndAddToExchange(A2AEvent response, boolean hasOutputSchema, AgentInvocationResultResponse.Exchange exchange, AgentInvocationResultResponse.Invocation invocation) -
Uses of AgentInvocationResultResponse.Invocation in com.flowable.agent.engine.impl.runtime
Fields in com.flowable.agent.engine.impl.runtime declared as AgentInvocationResultResponse.InvocationModifier and TypeFieldDescriptionprotected final AgentInvocationResultResponse.InvocationA2AAgentInvocationResultResponse.aiInvocationprotected AgentInvocationResultResponse.InvocationAgentInvocationResultResponseImpl.aiInvocationprotected AgentInvocationResultResponse.InvocationExternalAgentInvocationResultResponse.aiInvocationMethods in com.flowable.agent.engine.impl.runtime that return AgentInvocationResultResponse.InvocationModifier and TypeMethodDescriptionA2AAgentInvocationResultResponse.getAiInvocation()AgentInvocationResultResponse.getAiInvocation()AgentInvocationResultResponseImpl.getAiInvocation()ExternalAgentInvocationResultResponse.getAiInvocation()Methods in com.flowable.agent.engine.impl.runtime with parameters of type AgentInvocationResultResponse.InvocationModifier and TypeMethodDescriptionA2AAgentInvocationResultResponse.forMessage(A2AMessage message, AgentInvocationResult result, AgentInvocationResultResponse.Invocation invocation) A2AAgentInvocationResultResponse.forTask(A2ATask task, AgentInvocationResult result, AgentInvocationResultResponse.Invocation invocation) Constructors in com.flowable.agent.engine.impl.runtime with parameters of type AgentInvocationResultResponse.InvocationModifierConstructorDescriptionprotectedA2AAgentInvocationResultResponse(AgentInvocationResult agentInvocationResult, AgentInvocationResultResponse.Invocation aiInvocation, String referenceId) protectedA2AAgentInvocationResultResponse(AgentInvocationResult agentInvocationResult, AgentInvocationResultResponse.Invocation aiInvocation, String referenceId, String taskId, String taskState) AgentInvocationResultResponseImpl(AgentInvocationResult agentInvocationResult, Map<String, List<KnowledgeBaseSearchResult>> usedKnowledgeBaseReferences, AgentInvocationResultResponse.Invocation aiInvocation) ExternalAgentInvocationResultResponse(AgentInvocationResult agentInvocationResult, AgentInvocationResultResponse.Invocation aiInvocation, String referenceId, String referenceType, String externalAgentPollingConfiguration, boolean finished) -
Uses of AgentInvocationResultResponse.Invocation in com.flowable.agent.engine.impl.util
Methods in com.flowable.agent.engine.impl.util with parameters of type AgentInvocationResultResponse.InvocationModifier and TypeMethodDescriptionstatic AgentInvocationEntityAgentUtil.auditAiInvocation(AgentEngineConfiguration engineConfiguration, AgentInstance agentInstance, String agentInvocationId, AgentInvocationResultResponse.Invocation aiInvocation, String userId, boolean storeAsHumanContent) static AgentInvocationEntityAgentUtil.auditAiInvocation(AgentEngineConfiguration engineConfiguration, AgentInvocationContext agentInvocationContext, AgentInvocationResultResponse.Invocation aiInvocation, boolean storeAsHumanContent)