feat: [aiManager] add interface #1871
Annotations
8 warnings
cppcheck:
src/plugins/aimanager/aimanager.cpp#L8
Include file: "services/option/optionmanager.h" not found.
|
cppcheck:
src/plugins/aimanager/aimanager.cpp#L10
Include file: "common/util/eventdefinitions.h" not found.
|
cppcheck:
src/plugins/aimanager/aimanager.cpp#L12
Include file: <QMap> not found. Please note: Cppcheck does not need standard library headers to get proper results.
|
cppcheck:
src/plugins/aimanager/openai/openaicompatibleconversation.cpp#L7
Include file: <QJsonDocument> not found. Please note: Cppcheck does not need standard library headers to get proper results.
|
cppcheck:
src/plugins/aimanager/openai/openaicompatibleconversation.cpp#L8
Include file: <QRegularExpression> not found. Please note: Cppcheck does not need standard library headers to get proper results.
|
cppcheck:
src/plugins/aimanager/openai/openaicompatibleconversation.cpp#L60
Local variable 'content' shadows outer argument
|
cppcheck:
src/plugins/aimanager/openai/openaicompatiblellm.cpp#L122
The function 'modelName' is never used.
|
cppcheck:
src/plugins/aimanager/openai/openaicompatiblellm.cpp#L351
The function 'isIdle' is never used.
|