Uses of Interface
uno.anahata.ai.context.stateful.StatefulResource
Packages that use StatefulResource
Package
Description
This package provides a robust framework for managing "stateful resources" local
resources, primarily files, whose state can change independently of the chat
conversation.
Contains Plain Old Java Objects (POJOs) used as data transfer objects for the tools in the SPI.
-
Uses of StatefulResource in uno.anahata.ai.context.stateful
Fields in uno.anahata.ai.context.stateful declared as StatefulResourceModifier and TypeFieldDescriptionfinal StatefulResourceStatefulResourceStatus.resourceA transient reference to the actual resource object from the context. -
Uses of StatefulResource in uno.anahata.ai.tools.spi.pojos
Classes in uno.anahata.ai.tools.spi.pojos that implement StatefulResourceModifier and TypeClassDescriptionclassA POJO that encapsulates file content and metadata for context-aware operations.
