Skip to content

Commit 91ec5ca

Browse files
committed
remove commented code
1 parent 979a26f commit 91ec5ca

File tree

2 files changed

+0
-36
lines changed

2 files changed

+0
-36
lines changed

src/examples/crewai_example/simple_agent/main.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,6 @@ def run(self):
3030
if __name__ == "__main__":
3131
print("## Welcome to Poetry Crew")
3232
print("-------------------------------")
33-
# topic = input(
34-
# dedent(
35-
# """
36-
# What topic do you want to write a poem on?
37-
# """
38-
# )
39-
# )
40-
4133
poetry_crew = PoetryCrew(topic="cold")
4234
result = poetry_crew.run()
4335
print("\n\n########################")

src/examples/crewai_example/trip_planner/main.py

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -59,34 +59,6 @@ def run(self):
5959
if __name__ == "__main__":
6060
print("## Welcome to Trip Planner Crew")
6161
print("-------------------------------")
62-
# origin = input(
63-
# dedent(
64-
# """
65-
# From where will you be traveling from?
66-
# """
67-
# )
68-
# )
69-
# cities = input(
70-
# dedent(
71-
# """
72-
# What are the cities options you are interested in visiting?
73-
# """
74-
# )
75-
# )
76-
# date_range = input(
77-
# dedent(
78-
# """
79-
# What is the date range you are interested in traveling?
80-
# """
81-
# )
82-
# )
83-
# interests = input(
84-
# dedent(
85-
# """
86-
# What are some of your high level interests and hobbies?
87-
# """
88-
# )
89-
# )
9062

9163
trip_crew = TripCrew("cairo", "marsa alam", "sep", "scuba diving")
9264
result = trip_crew.run()

0 commit comments

Comments
 (0)