Uses of Class
uno.anahata.ai.tools.FunctionPrompter.PromptResult
Packages that use FunctionPrompter.PromptResult
Package
Description
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.PromptResult in uno.anahata.ai.swing
Methods in uno.anahata.ai.swing that return FunctionPrompter.PromptResultModifier and TypeMethodDescriptionSwingFunctionPrompter.prompt(ChatMessage modelMessage, Chat chat) -
Uses of FunctionPrompter.PromptResult in uno.anahata.ai.tools
Methods in uno.anahata.ai.tools that return FunctionPrompter.PromptResultModifier and TypeMethodDescriptionFunctionPrompter.prompt(ChatMessage modelMessage, Chat chat) Prompts the user to confirm a list of function calls from the model's response.
