Spaces:
Sleeping
Sleeping
apple muncy
commited on
Commit
·
d83133c
1
Parent(s):
3b9afc9
Removed extra \n
Browse filesSigned-off-by: apple muncy <[email protected]>
- retriever.py +1 -2
retriever.py
CHANGED
@@ -6,8 +6,7 @@ import datasets
|
|
6 |
class GuestInfoRetrieverTool(Tool):
|
7 |
name = "guest_info_retriever"
|
8 |
|
9 |
-
description = "Retrieves detailed information about gala guests based on their name or relation.
|
10 |
-
"
|
11 |
inputs = {
|
12 |
"query": {
|
13 |
"type": "string",
|
|
|
6 |
class GuestInfoRetrieverTool(Tool):
|
7 |
name = "guest_info_retriever"
|
8 |
|
9 |
+
description = "Retrieves detailed information about gala guests based on their name or relation."
|
|
|
10 |
inputs = {
|
11 |
"query": {
|
12 |
"type": "string",
|