AppFunctionResourceContainer
public interface AppFunctionResourceContainer
Represents resources embedded within a class annotated with AppFunctionSerializable.
The consuming application is responsible for determining the optimal presentation of these resources, whether for the end-user's benefit or for further consumption by an AI model.
Summary
Public methods |
|
|---|---|
default @NonNull List<@NonNull AppFunctionTextResource> |
List of resources embedded within the AppFunctionData. |
Public methods
getResources
Added in 1.0.0-alpha07
default @NonNull List<@NonNull AppFunctionTextResource> getResources()
List of resources embedded within the AppFunctionData.