Uses of Class
uno.anahata.ai.context.stateful.StatefulResourceStatus
Packages that use StatefulResourceStatus
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 StatefulResourceStatus in uno.anahata.ai.context.stateful
Methods in uno.anahata.ai.context.stateful that return types with arguments of type StatefulResourceStatusModifier and TypeMethodDescriptionResourceTracker.getResourceStatus(com.google.genai.types.FunctionResponse fr) Gets the status of a single resource directly from its FunctionResponse.ResourceTracker.getResourceStatus(com.google.genai.types.Part part, ChatMessage message) Gets the status of a stateful resource associated with a part.ResourceTracker.getStatefulResourcesOverview()Generates a list of statuses for all unique stateful resources currently in the context.
