Skip to content

Commit

Permalink
Add **init_params to template (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
vachillo committed Dec 14, 2023
1 parent fde12f3 commit b5d8cc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
load_dotenv()


def init_structure(*args) -> Structure:
def init_structure(*args, **init_params) -> Structure:
return Agent()

0 comments on commit b5d8cc1

Please sign in to comment.