SungBeom commited on
Commit
ff1a04e
β€’
1 Parent(s): 7836616

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
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
- 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,
 
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,