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 AIProcessingExceptionModifier and TypeMethodDescriptionPromptTransformer.transformIntoJson
(String jsonString, String promptText, String funName, String description) Build Json from the Prompt you need to pass Json in this format {"parametername","parametertype} you will get back the result like this {"parametername","parametervalue"}PromptTransformer.transformIntoPojo
(String promptText, String className, String funName, String description) Build a Java Pojo out of the Prompt -
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, AIAction action) ActionProcessor.processSingleAction
(String promptText, AIAction predictedAction, HumanInLoop humanVerification, ExplainDecision explain) Process single action based on predictionActionProcessor.processSingleAction
(String promptText, HumanInLoop humanVerification, ExplainDecision explain) AIProcessor.processSingleAction
(String promptText, AIAction action, HumanInLoop humanVerification, ExplainDecision explain) AIProcessor.processSingleAction
(String promptText, HumanInLoop humanVerification, ExplainDecision explain) LocalAIActionProcessor.processSingleAction
(String promptText, AIAction action, HumanInLoop humanVerification, ExplainDecision explain) OpenAiActionProcessor.processSingleAction
(String prompt) OpenAiActionProcessor.processSingleAction
(String prompt, AIAction action, HumanInLoop humanVerification, ExplainDecision explain) OpenAiActionProcessor.processSingleAction
(String promptText, HumanInLoop humanVerification, ExplainDecision explain)