PromptBuilderAction
Represents an action that defines how a PromptBuilder is configured.
This functional interface is primarily used in the context of building prompt-related configurations for AI agent nodes. Implementations of this interface customize a PromptBuilder instance, which facilitates the creation of structured or dynamic prompts.
The interface is annotated with JavaAPI, indicating it is designed to support interoperability with Java code and follows conventions favorable for Java environments.