Class ImageProcessAgent

java.lang.Object
com.aispect.agent.core.AbstractUnitAgent<Object,String>
com.aispect.agents.data.ImageProcessAgent
All Implemented Interfaces:
AiAgentFilter, AiExceptionProxy<Object,String>, AiExecutionProxy<Object,String>, AiPostExecutionProxy<Object,String>, AiPreExecutionProxy<Object>, AiUnitAgentHandler<Object,String>

public class ImageProcessAgent extends AbstractUnitAgent<Object,String>
image processing Agent,Used to demonstrate multi-modality, multi-parameters and diverse parameter transfer.

Receive: model name (String)、image (Base64 String or byte array)、instruction (String)。 Should Agent By intercepting the user, the image data and instructions are sent to the multi-modal large model for processing.

  • Constructor Details

    • ImageProcessAgent

      public ImageProcessAgent()
  • Method Details