Bill 2.5 cents (50%) for cached steps (#4030)

This commit is contained in:
Marc Kelechava
2025-11-18 19:37:56 -08:00
committed by GitHub
parent d4f6637170
commit 1559160aef
2 changed files with 29 additions and 1 deletions

View File

@@ -495,6 +495,9 @@ class AgentFunction:
async def post_step_execution(self, task: Task, step: Step) -> None:
return
async def post_cache_step_execution(self, task: Task, step: Step) -> None:
return
async def generate_async_operations(
self,
organization: Organization,