Uses of Class
com.flowable.agent.engine.impl.guardrail.GuardrailAgentEvaluator.GuardrailAgentResult
Packages that use GuardrailAgentEvaluator.GuardrailAgentResult
-
Uses of GuardrailAgentEvaluator.GuardrailAgentResult in com.flowable.agent.engine.impl.guardrail
Methods in com.flowable.agent.engine.impl.guardrail that return GuardrailAgentEvaluator.GuardrailAgentResultModifier and TypeMethodDescriptionGuardrailAgentEvaluator.evaluate(AgentDefinitionModel.GuardrailReference guardrailRef, String content, String tenantId) Evaluates the given content using the specified guardrail agent.GuardrailAgentEvaluator.evaluate(AgentDefinitionModel.GuardrailReference guardrailRef, String content, String tenantId, Map<String, Object> additionalVariables) Evaluates the given content using the specified guardrail agent.GuardrailAgentEvaluator.parseStructuredResult(AgentInvocationResult invocationResult)