Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -121,11 +121,11 @@ You can search wines with the following attributes:
|
|
121 |
- name: The name of wine. μ
λ ₯ν λλ 'μμΈ μ΄λ¦μ "λΉλ μ‘°μ" μ
λλ€' μ΄λ° μμΌλ‘ μ
λ ₯ν΄μ£ΌμΈμ.
|
122 |
"""
|
123 |
),
|
124 |
-
Tool(
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
),
|
129 |
Tool(
|
130 |
name = "Wine database 2",
|
131 |
func=index.query,
|
|
|
121 |
- name: The name of wine. μ
λ ₯ν λλ 'μμΈ μ΄λ¦μ "λΉλ μ‘°μ" μ
λλ€' μ΄λ° μμΌλ‘ μ
λ ₯ν΄μ£ΌμΈμ.
|
122 |
"""
|
123 |
),
|
124 |
+
# Tool(
|
125 |
+
# name = "Search specific wine with url",
|
126 |
+
# func=search_with_url,
|
127 |
+
# description="Search specific wine with url. Query must be url"
|
128 |
+
# ),
|
129 |
Tool(
|
130 |
name = "Wine database 2",
|
131 |
func=index.query,
|