Uses of Enum
uno.anahata.ai.tools.ToolCallStatus
Packages that use ToolCallStatus
Package
Description
Provides the core framework for defining and managing local tools (functions) that the AI model can execute.
-
Uses of ToolCallStatus in uno.anahata.ai.tools
Subclasses with type arguments of type ToolCallStatus in uno.anahata.ai.toolsModifier and TypeClassDescriptionenumRepresents the definitive final status of a tool call after user interaction and execution attempts.Methods in uno.anahata.ai.tools that return ToolCallStatusModifier and TypeMethodDescriptionstatic ToolCallStatusReturns the enum constant of this type with the specified name.static ToolCallStatus[]ToolCallStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.
