Class ImageStoryAgent

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

public class ImageStoryAgent extends AbstractUnitAgent<Object,String>
Tell stories through pictures Agent。

Should Agent Receive a picture and use multi-modal large models to generate an interesting story based on the picture content. It can handle method interception with image input.

  • Constructor Details

    • ImageStoryAgent

      public ImageStoryAgent()
  • Method Details