Uses of Interface
com.t4a.processor.AIProcessor
Packages that use AIProcessor
Package
Description
-
Uses of AIProcessor in com.t4a.detect
Constructors in com.t4a.detect with parameters of type AIProcessor -
Uses of AIProcessor in com.t4a.processor
Classes in com.t4a.processor that implement AIProcessorModifier and TypeClassDescriptionclass
class
class
class
Uses Json conversion to convert method and java pojo to jsons and then call the openai , your objects have complex parameters like custom dates etc then its better to pass a custom GSON , otherwise it will use the default gson -
Uses of AIProcessor in com.t4a.processor.scripts
Constructors in com.t4a.processor.scripts with parameters of type AIProcessorModifierConstructorDescriptionScriptProcessor
(com.google.gson.Gson gson, AIProcessor actionProcessor) ScriptProcessor
(AIProcessor actionProcessor) -
Uses of AIProcessor in com.t4a.processor.selenium
Classes in com.t4a.processor.selenium that implement AIProcessorModifier and TypeClassDescriptionclass
The SeleniumGeminiProcessor class extends the GeminiV2ActionProcessor and implements the SeleniumProcessor interface.class
The SeleniumOpenAIProcessor class extends the OpenAiActionProcessor and implements the SeleniumProcessor interface.Methods in com.t4a.processor.selenium that return AIProcessorModifier and TypeMethodDescriptionSeleniumGeminiProcessor.getActionProcessor()
SeleniumOpenAIProcessor.getActionProcessor()
SeleniumProcessor.getActionProcessor()
-
Uses of AIProcessor in com.t4a.processor.spring
Classes in com.t4a.processor.spring that implement AIProcessorModifier and TypeClassDescriptionclass
class
This will ensure that the action classes are loaded from Spring Applicaiton Context rather than creating the new one , the advantage of that is we can maintain spring dependency injection for all the beans Uses Gemini for processingclass
This will ensure that the action classes are loaded from Spring Applicaiton Context rather than creating the new one , the advantage of that is we can maintain spring dependency injection for all the beans Uses OpenAI for processing