Spaces:
Sleeping
Sleeping
apple muncy
commited on
Commit
·
3029acf
1
Parent(s):
68b9842
change ' to "
Browse filesSigned-off-by: apple muncy <[email protected]>
app.py
CHANGED
@@ -234,7 +234,7 @@ async def process_webhook_comment(webhook_data: Dict[str, Any]):
|
|
234 |
try:
|
235 |
# Create a comprehensive prompt for the agent
|
236 |
user_prompt = f"""
|
237 |
-
I need to add the following tags to the repository
|
238 |
|
239 |
For each tag, please:
|
240 |
1. Check if the tag already exists on the repository using get_current_tags
|
|
|
234 |
try:
|
235 |
# Create a comprehensive prompt for the agent
|
236 |
user_prompt = f"""
|
237 |
+
I need to add the following tags to the repository "{repo_name}": {", ".join(all_tags)}
|
238 |
|
239 |
For each tag, please:
|
240 |
1. Check if the tag already exists on the repository using get_current_tags
|