Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad-mtos committed Dec 26, 2024
1 parent cde3773 commit 31ca260
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agents-api/agents_api/clients/temporal.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ async def run_task_execution_workflow(
execution_id = execution_input.execution.id
execution_id_key = SearchAttributeKey.for_keyword("CustomStringField")

# FIXME: This is wrong logic
old_args = execution_input.arguments
execution_input.arguments = await asyncio.gather(
*[offload_if_large(arg) for arg in old_args]
Expand Down

0 comments on commit 31ca260

Please sign in to comment.