Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
creatorrr authored Sep 3, 2024
1 parent 0fd06b1 commit fb9ccf1
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions agents-api/agents_api/workflows/task_execution/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -500,14 +500,6 @@ async def run(
workflow.logger.info("Set step: Updating user state")
self.update_user_state(evaluated_output)

print("-" * 100)
print("user_state", self.user_state)
print()
print("-" * 100)
print()
print("evaluated_output", evaluated_output)
print("-" * 100)

# Pass along the previous output unchanged
state = PartialTransition(output=context.current_input)

Expand All @@ -516,10 +508,6 @@ async def run(
value = self.get_user_state_by_key(key)
workflow.logger.debug(f"Retrieved value: {value}")

print("-" * 100)
print("user_state", self.user_state)
print("-" * 100)

state = PartialTransition(output=value)

case EmbedStep(), _:
Expand Down

0 comments on commit fb9ccf1

Please sign in to comment.