remove @tool duplicate
Browse files
app.py
CHANGED
@@ -42,7 +42,6 @@ def get_current_time_in_timezone(timezone: str) -> str:
|
|
42 |
except Exception as e:
|
43 |
return f"Error fetching time for timezone '{timezone}': {str(e)}"
|
44 |
|
45 |
-
@tool
|
46 |
@tool
|
47 |
def generate_human_centered_ai_snippet(
|
48 |
mission: str = None,
|
|
|
42 |
except Exception as e:
|
43 |
return f"Error fetching time for timezone '{timezone}': {str(e)}"
|
44 |
|
|
|
45 |
@tool
|
46 |
def generate_human_centered_ai_snippet(
|
47 |
mission: str = None,
|