Index
All Classes and Interfaces|All Packages
A
- ai.confiqure - package ai.confiqure
C
- Confiqure - Annotation Type in ai.confiqure
-
Marks a class as a confiqure.ai configuration target.
- Confiqure.DefaultCallbackHook - Annotation Type in ai.confiqure
-
Marks a controller method as the workspace's default callback hook.
- Confiqure.Scope - Enum in ai.confiqure
- Confiqure.Tool - Annotation Type in ai.confiqure
-
Marks a controller method as a tool the chat agent can invoke during a session.
- Confiqure.Type - Enum in ai.confiqure
- ConfiqureKeys - Class in ai.confiqure
- ConfiqureProcessor - Class in ai.confiqure
- ConfiqureProcessor() - Constructor for class ai.confiqure.ConfiqureProcessor
E
G
- generate() - Static method in class ai.confiqure.ConfiqureKeys
- getSupportedSourceVersion() - Method in class ai.confiqure.ConfiqureProcessor
I
- init(ProcessingEnvironment) - Method in class ai.confiqure.ConfiqureProcessor
L
- LIMITED - Enum constant in enum ai.confiqure.Confiqure.Scope
M
- MULTI - Enum constant in enum ai.confiqure.Confiqure.Type
N
- name() - Element in annotation type ai.confiqure.Confiqure.Tool
-
Tool name.
P
- process(Set<? extends TypeElement>, RoundEnvironment) - Method in class ai.confiqure.ConfiqureProcessor
S
- scope() - Element in annotation type ai.confiqure.Confiqure
-
Chat context scope: LIMITED (this endpoint only) or UNLIMITED (can navigate all endpoints).
- SINGLE - Enum constant in enum ai.confiqure.Confiqure.Type
T
- tools() - Element in annotation type ai.confiqure.Confiqure
-
Names of @Confiqure.Tool methods this endpoint can invoke during chat.
- type() - Element in annotation type ai.confiqure.Confiqure
-
Configuration shape: SINGLE (one record per user) or MULTI (table of records).
U
- UNLIMITED - Enum constant in enum ai.confiqure.Confiqure.Scope
V
- valueOf(String) - Static method in enum ai.confiqure.Confiqure.Scope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ai.confiqure.Confiqure.Type
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum ai.confiqure.Confiqure.Scope
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum ai.confiqure.Confiqure.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes and Interfaces|All Packages