Reset invocation stats on per session basis

This commit is contained in:
Billy
2025-05-15 10:19:05 +10:00
parent 029e2d2c46
commit 1f4090fe0e
3 changed files with 5 additions and 5 deletions

View File

@@ -60,7 +60,7 @@ class InvocationStatsServiceBase(ABC):
pass
@abstractmethod
def reset_stats(self):
def reset_stats(self, graph_execution_state_id: str) -> None:
"""Reset all stored statistics."""
pass