Uses of Enum
uno.anahata.ai.context.stateful.ResourceStatus
Packages that use ResourceStatus
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.
-
Uses of ResourceStatus in uno.anahata.ai.context.stateful
Subclasses with type arguments of type ResourceStatus in uno.anahata.ai.context.statefulModifier and TypeClassDescriptionenumRepresents the status of a stateful resource in the context, indicating whether the version in memory is valid, stale, or has been deleted from disk.Fields in uno.anahata.ai.context.stateful declared as ResourceStatusModifier and TypeFieldDescriptionfinal ResourceStatusStatefulResourceStatus.statusThe calculated status comparing the context and disk states.Methods in uno.anahata.ai.context.stateful that return ResourceStatusModifier and TypeMethodDescriptionstatic ResourceStatusReturns the enum constant of this type with the specified name.static ResourceStatus[]ResourceStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.
