history property
Prior turns, EXCLUDING the current turn (which is prompt). commons
threads these into every generate in the loop so multi-turn tool use
keeps context.
Implementation
@$pb.TagNumber(2)
$pb.PbList<ToolCallingHistoryTurn> get history => $_getList(1);