feat: Add AI service configuration flags and update service factory for improved flexibility

This commit is contained in:
scawful
2025-10-04 02:22:02 -04:00
parent 8ec723adb6
commit 2fb96cbbfd
4 changed files with 87 additions and 38 deletions

View File

@@ -2,6 +2,7 @@
#include <algorithm>
#include <cctype>
#include <iostream>
#include <set>
#include <string>
#include <vector>