forked from qt-creator/qt-creator
AI Assistant: Update description
Change-Id: I6bca5ea7be30d21660dd8c85cbda7363674e4a20 Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
@@ -6,12 +6,15 @@ return {
|
|||||||
CompatVersion = "1.0.0",
|
CompatVersion = "1.0.0",
|
||||||
Vendor = "The Qt Company",
|
Vendor = "The Qt Company",
|
||||||
Category = "Language Client",
|
Category = "Language Client",
|
||||||
Description = "The AI Assistant Server",
|
Description = "Qt AI Assistant",
|
||||||
Experimental = true,
|
Experimental = true,
|
||||||
DisabledByDefault = true,
|
DisabledByDefault = true,
|
||||||
LongDescription = [[
|
LongDescription = [[
|
||||||
This plugin provides the AI Assistant Server.
|
The Qt AI Assistant extension is your personal coding assistant. The Qt AI Assistant can provide code suggestions triggered by a keyboard shortcut (CTRL-SHIFT-A), on request in an inline chat window, or automatically while you are typing. You can configure the Qt AI Assistant to collect suggestions from different commercial or open-source Large Language Models (LLM).
|
||||||
It will try to install it if it is not found.
|
|
||||||
|
You also need one of the following valid Qt licenses: Qt for Application Development Enterprise, Qt for Device Creation Professional, Qt for Device Creation Enterprise, Qt for Small Business, Qt Evaluation License, Qt Education License.
|
||||||
|
|
||||||
|
You will need access to a LLM for the suggestions. You can use a subscription to a commercial, cloud-hosted LLM, a privately hosted or on-premise LLM, or a Small Language Model running locally on your computer.
|
||||||
]],
|
]],
|
||||||
Dependencies = {
|
Dependencies = {
|
||||||
{ Name = "Lua", Version = "14.0.0" },
|
{ Name = "Lua", Version = "14.0.0" },
|
||||||
|
Reference in New Issue
Block a user