cf12defd28
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
7 lines
143 B
C++
7 lines
143 B
C++
|
|
{
|
|
ModelResetCommand resetCommand(&rootModel);
|
|
resetCommand.setInitialTree({{event.interpretString}});
|
|
resetCommand.doCommand();
|
|
}
|