-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Add example questions to AI chat #12702
Copy link
Copy link
Labels
component: aigood first issueAn issue intended for project-newcomers. Varies in difficulty.An issue intended for project-newcomers. Varies in difficulty.📌 Pinned
Metadata
Metadata
Assignees
Labels
component: aigood first issueAn issue intended for project-newcomers. Varies in difficulty.An issue intended for project-newcomers. Varies in difficulty.📌 Pinned
Type
Fields
Give feedbackNo fields configured for feature.
Projects
StatusShow more project fields
Done
Is your suggestion for improvement related to a problem? Please describe.
JabRef features an AI chat, though it's a bit basic. Many AI services provide a feature called "example questions". This is a fixed set of questions that a user can ask at the beginning of chat.
Describe the solution you'd like
Add 3 example questions in the AI chat above the text field:
What is the goal of the paper?Which methods were used in the research?What are the key findings?Add an
HBoxwith those questions just above the chat prompt (https://github.com/JabRef/jabref/blob/4dea5fae711f9dd61c94f6a170b475b9e0633e22/src/main/java/org/jabref/gui/ai/components/aichat/AiChatComponent.fxml#L25-L24). Make them hyperlinks, and on clicking, it should send a message to AI chat (org.jabref.gui.ai.components.aichat.AiChatComponent#onSendMessage).Additional context
[N/A]