Annotation Interface Interrupt


@Repeatable(Interrupts.class) public @interface Interrupt
Interrupt
Author:
Rizwan Idrees
  • Element Details

    • name

      String name
    • rendererReference

      String rendererReference
      Default:
      ""
    • params

      String[] params
      Default:
      {}
    • preInterruptCall

      Class<? extends PreInterruptCall> preInterruptCall
      Default:
      ai.agentscentral.core.tool.NoPreInterruptCall.class