Uses of Class
com.t4a.processor.AIProcessingException
Packages that use AIProcessingException
-
Uses of AIProcessingException in com.t4a.predict
Methods in com.t4a.predict that throw AIProcessingException -
Uses of AIProcessingException in com.t4a.processor
Methods in com.t4a.processor that throw AIProcessingExceptionModifier and TypeMethodDescriptionActionProcessor.processMultipleAction
(String promptText, int num) ActionProcessor.processMultipleAction
(String promptText, int num, HumanInLoop humanVerification, ExplainDecision explain) ActionProcessor.processMultipleActionDynamically
(String promptText, HumanInLoop humanVerification, ExplainDecision explain) ActionProcessor.processSingleAction
(String promptText) Process Multiple actions sequentially based on predictionActionProcessor.processSingleAction
(String promptText, HumanInLoop humanVerification, ExplainDecision explain) Process single action based on predictionAIProcessor.processSingleAction
(String promptText, HumanInLoop humanVerification, ExplainDecision explain) OpenAiActionProcessor.processSingleAction
(String prompt) OpenAiActionProcessor.processSingleAction
(String prompt, HumanInLoop humanVerification, ExplainDecision explain)