Uses of Class
uno.anahata.ai.config.ChatConfig
Packages that use ChatConfig
Package
Description
Provides the core, high-level classes that orchestrate the AI chat application.
This package serves as the primary bridge between the application and the Google Gemini API.
Provides a comprehensive and well-structured Swing-based user interface for the AI assistant.
-
Uses of ChatConfig in uno.anahata.ai
Constructors in uno.anahata.ai with parameters of type ChatConfigModifierConstructorDescriptionChat(ChatConfig config, FunctionPrompter prompter) Constructs a new Chat instance with the specified configuration and prompter. -
Uses of ChatConfig in uno.anahata.ai.gemini
Constructors in uno.anahata.ai.gemini with parameters of type ChatConfigModifierConstructorDescriptionGeminiAPI(ChatConfig config) Constructs a new GeminiAPI instance and loads API keys from the configuration. -
Uses of ChatConfig in uno.anahata.ai.swing
Subclasses of ChatConfig in uno.anahata.ai.swingModifier and TypeClassDescriptionclassA simple, concrete ChatConfig for standalone Swing applications.Methods in uno.anahata.ai.swing with parameters of type ChatConfigConstructors in uno.anahata.ai.swing with parameters of type ChatConfigModifierConstructorDescriptionGeminiKeysPanel(ChatConfig config) Constructs a new GeminiKeysPanel.
