Spaces:
Sleeping
Sleeping
fix: ** for * for unpacking
Browse files
app.py
CHANGED
|
@@ -34,7 +34,7 @@ tools = [
|
|
| 34 |
image_query_tool,
|
| 35 |
transcribe_audio,
|
| 36 |
read_file_tool,
|
| 37 |
-
*
|
| 38 |
],
|
| 39 |
|
| 40 |
print(f"tools: {json.dumps(tools, indent=2)}")
|
|
|
|
| 34 |
image_query_tool,
|
| 35 |
transcribe_audio,
|
| 36 |
read_file_tool,
|
| 37 |
+
*request_tools
|
| 38 |
],
|
| 39 |
|
| 40 |
print(f"tools: {json.dumps(tools, indent=2)}")
|