Uses of Interface
uno.anahata.ai.tools.FunctionPrompter
Packages that use FunctionPrompter
Package
Description
Provides the core, high-level classes that orchestrate the AI chat application.
Provides a comprehensive and well-structured Swing-based user interface for the AI assistant.
Provides the core framework for defining and managing local tools (functions) that the AI model can execute.
-
Uses of FunctionPrompter in uno.anahata.ai
Constructors in uno.anahata.ai with parameters of type FunctionPrompterModifierConstructorDescriptionChat(ChatConfig config, FunctionPrompter prompter) Constructs a new Chat instance with the specified configuration and prompter. -
Uses of FunctionPrompter in uno.anahata.ai.swing
Classes in uno.anahata.ai.swing that implement FunctionPrompterModifier and TypeClassDescriptionclassA combined JDialog and FunctionPrompter implementation for Swing. -
Uses of FunctionPrompter in uno.anahata.ai.tools
Constructors in uno.anahata.ai.tools with parameters of type FunctionPrompterModifierConstructorDescriptionToolManager(Chat chat, FunctionPrompter prompter) Constructs a new ToolManager for the given Chat instance and prompter.
