Interface PromptMetadata

All Superinterfaces:
Iterable<PromptMetadata.PromptFilterMetadata>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface PromptMetadata extends Iterable<PromptMetadata.PromptFilterMetadata>
Abstract Data Type (ADT) modeling metadata gathered by the AI during request processing.
Since:
0.7.0
Author:
John Blum