Skip to content

Commit

Permalink
refactor: Lint agents-api (CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
creatorrr authored and github-actions[bot] committed Nov 17, 2024
1 parent 0c8b30a commit 6e5027f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion agents-api/agents_api/activities/task_steps/prompt_step.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ async def prompt_step(context: StepContext) -> StepOutcome:
# Get passed settings
passed_settings: dict = context.current_step.model_dump(
# TODO: Should we exclude unset?
exclude=excluded_keys, exclude_unset=True
exclude=excluded_keys,
exclude_unset=True,
)
passed_settings.update(passed_settings.pop("settings", {}))

Expand Down

0 comments on commit 6e5027f

Please sign in to comment.