Skip to content

feat: [aiManager] add interface #1871

feat: [aiManager] add interface

feat: [aiManager] add interface #1871

Triggered via pull request January 6, 2025 03:43
@LiHua000LiHua000
synchronize #1031
Status Success
Total duration 4m 2s
Artifacts

cppcheck.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

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.