Annotation Interface AgentDescription


@Target(TYPE) @Retention(RUNTIME) @Documented @Deprecated public @interface AgentDescription
Deprecated.
Use Component for specifying the agent's name and description.

To assign a role to an agent, use the AgentRole annotation.

This annotation is retained for backward compatibility but should not be used in new code.

  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Deprecated.
     
    Deprecated.
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Deprecated.
     
  • Element Details

    • name

      String name
      Deprecated.
    • description

      String description
      Deprecated.
    • role

      String role
      Deprecated.
      Default:
      ""