Annotation Interface Ai.Tools

Enclosing class:
Ai

@Target(TYPE) @Retention(RUNTIME) public static @interface Ai.Tools
Annotation to manually specify classes containing tools for the service.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<?>[]
    Classes with tool methods (methods annotated with lc4j annotation Tool).
  • Element Details

    • value

      Class<?>[] value
      Classes with tool methods (methods annotated with lc4j annotation Tool).
      Returns:
      an array of classes containing tool methods