Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -114,7 +114,7 @@ def process_and_describe(payload: Dict[str, Any]) -> Dict[str, Any]:
|
|
| 114 |
system_prompt = f"""
|
| 115 |
Respond in STRICT JSON ONLY:
|
| 116 |
{{
|
| 117 |
-
"description": "
|
| 118 |
"tool_name": "speak | navigate | scan_hazard | analyze_human",
|
| 119 |
"arguments": {{ ... }}
|
| 120 |
}}
|
|
|
|
| 114 |
system_prompt = f"""
|
| 115 |
Respond in STRICT JSON ONLY:
|
| 116 |
{{
|
| 117 |
+
"description": "detail visual description",
|
| 118 |
"tool_name": "speak | navigate | scan_hazard | analyze_human",
|
| 119 |
"arguments": {{ ... }}
|
| 120 |
}}
|