agent-lightning icon indicating copy to clipboard operation
agent-lightning copied to clipboard

Rename the function properly

Open genji970 opened this issue 2 months ago • 0 comments

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

genji970 avatar Nov 09 '25 08:11 genji970