Uses of Enum
uno.anahata.ai.tools.FunctionConfirmation
Packages that use FunctionConfirmation
Package
Description
Provides the core configuration framework for chat sessions.
Provides a framework of specialized renderers for displaying different types of message parts.
Provides the core framework for defining and managing local tools (functions) that the AI model can execute.
-
Uses of FunctionConfirmation in uno.anahata.ai.config
Methods in uno.anahata.ai.config that return FunctionConfirmationModifier and TypeMethodDescriptionChatConfig.getFunctionConfirmation(com.google.genai.types.FunctionCall fc) Retrieves the stored user preference for a specific tool call.Methods in uno.anahata.ai.config with parameters of type FunctionConfirmationModifier and TypeMethodDescriptionvoidChatConfig.setFunctionConfirmation(com.google.genai.types.FunctionCall fc, FunctionConfirmation confirmation) Stores a user preference for a specific tool call. -
Uses of FunctionConfirmation in uno.anahata.ai.swing.render
Methods in uno.anahata.ai.swing.render that return FunctionConfirmationConstructors in uno.anahata.ai.swing.render with parameters of type FunctionConfirmationModifierConstructorDescriptionInteractiveFunctionCallRenderer(com.google.genai.types.FunctionCall functionCall, FunctionConfirmation preference, SwingChatConfig.UITheme theme) -
Uses of FunctionConfirmation in uno.anahata.ai.tools
Subclasses with type arguments of type FunctionConfirmation in uno.anahata.ai.toolsModifier and TypeClassDescriptionenumRepresents the user's choice when prompted to confirm the execution of one or more tool calls.Fields in uno.anahata.ai.tools with type parameters of type FunctionConfirmationModifier and TypeFieldDescriptionfinal Map<com.google.genai.types.FunctionCall, FunctionConfirmation> FunctionPrompter.PromptResult.functionConfirmationsA map linking each proposedFunctionCallto the user'sFunctionConfirmation.Methods in uno.anahata.ai.tools that return FunctionConfirmationModifier and TypeMethodDescriptionstatic FunctionConfirmationReturns the enum constant of this type with the specified name.static FunctionConfirmation[]FunctionConfirmation.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructor parameters in uno.anahata.ai.tools with type arguments of type FunctionConfirmationModifierConstructorDescriptionPromptResult(Map<com.google.genai.types.FunctionCall, FunctionConfirmation> functionConfirmations, String userComment, boolean cancelled) Constructs a new PromptResult.
