Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -112,7 +112,7 @@ async def chat(request: ChatRequest):
|
|
| 112 |
"type": "function",
|
| 113 |
"function": {
|
| 114 |
"name": "enviar_contacto",
|
| 115 |
-
"description": "Env铆a
|
| 116 |
"parameters": {
|
| 117 |
"type": "object",
|
| 118 |
"properties": {
|
|
@@ -127,7 +127,7 @@ async def chat(request: ChatRequest):
|
|
| 127 |
"type": "function",
|
| 128 |
"function": {
|
| 129 |
"name": "enviar_ubicacion",
|
| 130 |
-
"description": "Env铆a
|
| 131 |
"parameters": {
|
| 132 |
"type": "object",
|
| 133 |
"properties": {
|
|
|
|
| 112 |
"type": "function",
|
| 113 |
"function": {
|
| 114 |
"name": "enviar_contacto",
|
| 115 |
+
"description": "Env铆a el contacto de WhatsApp de soporte",
|
| 116 |
"parameters": {
|
| 117 |
"type": "object",
|
| 118 |
"properties": {
|
|
|
|
| 127 |
"type": "function",
|
| 128 |
"function": {
|
| 129 |
"name": "enviar_ubicacion",
|
| 130 |
+
"description": "Env铆a la ubicacion de las oficinas de WipsHub en WhatsApp",
|
| 131 |
"parameters": {
|
| 132 |
"type": "object",
|
| 133 |
"properties": {
|