Ripristina commento
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ def invert_sentence_tool(sentence: str) -> str:
|
|
36 |
"""
|
37 |
return sentence[::-1]
|
38 |
|
39 |
-
# --- First Agent Definition
|
40 |
# ----- THIS IS WERE YOU CAN BUILD WHAT YOU WANT ------
|
41 |
class FirstAgent:
|
42 |
### First Agent is the first attempt to develop an agent for the course. ###
|
|
|
36 |
"""
|
37 |
return sentence[::-1]
|
38 |
|
39 |
+
# --- First Agent Definition ---
|
40 |
# ----- THIS IS WERE YOU CAN BUILD WHAT YOU WANT ------
|
41 |
class FirstAgent:
|
42 |
### First Agent is the first attempt to develop an agent for the course. ###
|