Class DataCleanAgent

All Implemented Interfaces:
AiAgentFilter, AiExceptionProxy<Object,String>, AiExecutionProxy<Object,String>, AiPostExecutionProxy<Object,String>, AiPreExecutionProxy<Object>, AiUnitAgentHandler<Object,String>

public class DataCleanAgent extends AbstractUnitAgent<Object,String>
Data cleaning Agent。

Intercept the method call and pass the first argument as input text to AI Clean up, correct typos, and format. It will short-circuit the original method execution and return directly to the AI Processed clean text.