Annotation Interface Ai.Agent

Enclosing class:
Ai

@Target(TYPE) @Retention(RUNTIME) public static @interface Ai.Agent
Annotation that marks a type (typically a LangChain4j declarative service interface) as an agent and assigns it a logical name.
See Also:
  • Agent
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The logical name of the agent.
  • Element Details

    • value

      String value
      The logical name of the agent.
      Returns:
      the agent name