Package com.embabel.chat
Interface AssetView
-
- All Implemented Interfaces:
public interface AssetViewView of tracked assets
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAssetView.Companion
-
Method Summary
Modifier and Type Method Description List<LlmReference>references()Convenience method to return references. AssetViewsince(Instant instant)Assets timestamped since the given instant AssetViewmostRecent(Integer n)The most recently timestamped assets AssetViewmostRecentlyAdded(Integer n)The most recently added assets abstract List<Asset>getAssets()All tracked assets, in order in which they were added -
-
Method Detail
-
references
List<LlmReference> references()
Convenience method to return references. References will be converted to matryoshka tools
-
mostRecent
AssetView mostRecent(Integer n)
The most recently timestamped assets
-
mostRecentlyAdded
AssetView mostRecentlyAdded(Integer n)
The most recently added assets
-
-
-
-