Annotation Interface CopilotTool.MetadataFlag

Enclosing class:
CopilotTool

@Documented @Retention(RUNTIME) @Target({}) public static @interface CopilotTool.MetadataFlag
A single named boolean flag within a CopilotTool.MetadataValue.flags() map.
Since:
1.0.2
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The flag name (map key).
    boolean
    The flag value.
  • Element Details

    • name

      String name
      The flag name (map key).
    • value

      boolean value
      The flag value.