Bill 2.5 cents (50%) for cached steps (#4030)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user