agent-lightning
agent-lightning copied to clipboard
Rename the function properly
In examples/spider/sql_agent, on line 259, the function definition
def truncate_execuion(self, execution: str) -> str:
was missing a “t” in the name. I corrected it to truncate_execution, and also fixed two additional places below where the same function was called with the wrong name.
Thanks