Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
VRSEN committed Feb 6, 2024
1 parent 66dfa22 commit ee0249e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions agency_swarm/util/create_agent_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ def create_agent_template(agent_name=None,
if not os.path.isfile(os.path.join(path, agency_manifesto)):
with open(os.path.join(path, agency_manifesto), "w") as f:
f.write("As a member of our Agency, please find below the guiding principles and values that constitute "
"our Agency Manifesto:\n\n") \
\
"our Agency Manifesto:\n\n")

class_name = agent_name.replace(" ", "").strip()
folder_name = agent_name # .lower().replace(" ", "_").strip()

Expand Down

0 comments on commit ee0249e

Please sign in to comment.