Skip to content

Commit

Permalink
Style: format agenta_decorator with black
Browse files Browse the repository at this point in the history
  • Loading branch information
aybruhm committed Apr 26, 2024
1 parent 88b88d8 commit 67d0f72
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions agenta-cli/agenta/sdk/agenta_decorator.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,9 +420,11 @@ def handle_terminal_run(
# End trace recording
tracing.end_recording(
outputs=result.dict(),
span=tracing.active_trace, # type: ignore
span=tracing.active_trace, # type: ignore
)
print(
f"\n========== Result ==========\n\nMessage: {result.message}\nCost: {result.cost}\nToken Usage: {result.usage}"
)
print(f"\n========== Result ==========\n\nMessage: {result.message}\nCost: {result.cost}\nToken Usage: {result.usage}")


def override_schema(openapi_schema: dict, func_name: str, endpoint: str, params: dict):
Expand Down

0 comments on commit 67d0f72

Please sign in to comment.