Package ai.confiqure

Annotation Type Confiqure.Tool

Enclosing class:
Confiqure

@Target(METHOD) @Retention(RUNTIME) public static @interface Confiqure.Tool
Marks a controller method as a tool the chat agent can invoke during a session.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Tool name.
  • Element Details

    • name

      String name
      Tool name. Defaults to the method name when blank.
      Default:
      ""