This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /** | |
| * MightyBot Engineering Interview: AI Chat Context Management (C++ Translation) | |
| * =============================================================================== | |
| * | |
| * Implementation file with ContextWindow class and test suite. | |
| * Compile and run: g++ -std=c++11 context_window.cpp -o context_window && ./context_window | |
| */ | |
| #include "context_window.hpp" | |
| #include <sstream> |