getSummary method
Implementation
String getSummary() {
return '''
Thinking Progress:
Total thoughts: ${thoughtHistory.length}
Active branches: ${branches.length}
Branch IDs: ${branches.keys.join(', ')}
''';
}
String getSummary() {
return '''
Thinking Progress:
Total thoughts: ${thoughtHistory.length}
Active branches: ${branches.length}
Branch IDs: ${branches.keys.join(', ')}
''';
}