cf12defd28
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
14 lines
231 B
C++
14 lines
231 B
C++
|
|
{
|
|
% if event.interpretString %
|
|
}
|
|
{
|
|
ModelInsertCommand insertCommand(&rootModel);
|
|
insertCommand.setStartRow(0);
|
|
insertCommand.interpret({{event.interpretString}});
|
|
insertCommand.doCommand();
|
|
}
|
|
{
|
|
% endif %
|
|
}
|