Uses of Enum
uno.anahata.ai.tools.ContextBehavior
Packages that use ContextBehavior
Package
Description
Provides the core framework for defining and managing local tools (functions) that the AI model can execute.
-
Uses of ContextBehavior in uno.anahata.ai.tools
Subclasses with type arguments of type ContextBehavior in uno.anahata.ai.toolsModifier and TypeClassDescriptionenumDefines how the output of anAIToolMethodshould be treated within the conversation context.Methods in uno.anahata.ai.tools that return ContextBehaviorModifier and TypeMethodDescriptionToolManager.getContextBehavior(String toolName) Gets the context behavior (EPHEMERAL or STATEFUL_REPLACE) for a specific tool.static ContextBehaviorReturns the enum constant of this type with the specified name.static ContextBehavior[]ContextBehavior.values()Returns an array containing the constants of this enum type, in the order they are declared.
