diff --git a/lib/src/mind/ai/llm/openai_wingman.cpp b/lib/src/mind/ai/llm/openai_wingman.cpp index b6b7ce77..e862ec8b 100644 --- a/lib/src/mind/ai/llm/openai_wingman.cpp +++ b/lib/src/mind/ai/llm/openai_wingman.cpp @@ -117,6 +117,7 @@ void OpenAiWingman::curlGet(CommandWingmanChat& command) { << "<<<" << endl); + // TODO this must be refactored to parent class so that all wingmans can use it #if defined(_WIN32) || defined(__APPLE__) /* Qt Networking examples: *