Skip to content

Instantly share code, notes, and snippets.

@leifermendez
Created August 26, 2024 09:00
Show Gist options
  • Save leifermendez/4ac3d18353c21e647305c52ec0fae43e to your computer and use it in GitHub Desktop.
Save leifermendez/4ac3d18353c21e647305c52ec0fae43e to your computer and use it in GitHub Desktop.
template_asistente_general.json
[
{
"uuid": "__LINK_0__",
"name": "AI: Asistente",
"label": "Nuevo Flow",
"sort": 0,
"sensitive": false,
"keyword": [
"EVENTS.ACTION"
],
"answers": [
{
"options": {
"sensitive": null,
"capture": null,
"media": null,
"delay": null,
"gotoFlow": null
},
"rules": [],
"plugins": {
"chatPdf": null,
"http": null,
"openai": {
"assistantId": "",
"assistantName": "",
"assistantVectorStoreIds": [],
"assistantFiles": [],
"assistantInstructions": "Actúa como un asistente personal llamado BotZi. Tu trabajo es:\n\nResponder dudas de manera clara y concisa.\nContestar preguntas cortas con precisión.\nMantener una conversación fluida y natural.\nOfrecer ayuda en tareas cotidianas y planificación.\nSer amigable y accesible en tu comunicación.\nProporcionar información útil cuando se te solicite.\nRecordar detalles importantes mencionados en la conversación.\n\nAdapta tu personalidad para ser eficiente pero cercano. Si no tienes suficiente información para responder, no dudes en pedir aclaraciones. Estás listo para ayudar en cualquier tema, desde cuestiones prácticas hasta charlas casuales.\n¿En qué puedo ayudarte hoy?"
},
"shopify": null,
"mute": null,
"schedule": null,
"intent": {
"rules": []
}
},
"uuid": "__RANDOM__",
"message": "Conectar con ChatPDF",
"type": "add_chatpdf",
"sort": 0,
"ref": "",
"cb": ""
}
],
"botId": "__BOT_ID__"
},
{
"uuid": "__LINK_1__",
"name": "AI: Punto Entrante",
"label": "Nuevo Flow",
"sort": 1,
"sensitive": false,
"keyword": [
"EVENTS.WELCOME"
],
"answers": [
{
"options": {
"sensitive": null,
"capture": null,
"media": null,
"delay": null,
"gotoFlow": null
},
"rules": [],
"plugins": {
"chatPdf": null,
"http": null,
"openai": {
"assistantId": "",
"assistantName": "",
"assistantVectorStoreIds": [],
"assistantFiles": [],
"assistantInstructions": ""
},
"shopify": null,
"mute": null,
"schedule": null,
"intent": {
"rules": [
{
"conditionRule": "Si el usuario demuestra intencion de hablar con un agente humano o encargado",
"conditionValue": "",
"condition": "",
"conditionFlowId": "__LINK_2__"
},
{
"conditionRule": "Si el usuario hace preguntas generales",
"conditionValue": "",
"condition": "",
"conditionFlowId": "__LINK_0__"
}
]
}
},
"uuid": "__RANDOM__",
"message": "Capturar intención",
"type": "add_intent",
"sort": 0,
"ref": "",
"cb": ""
}
],
"botId": "__BOT_ID__"
},
{
"uuid": "__LINK_2__",
"name": "Contactar",
"label": "Nuevo Flow",
"sort": 2,
"sensitive": false,
"keyword": [
"EVENTS.ACTION"
],
"answers": [
{
"options": {
"sensitive": null,
"capture": null,
"media": null,
"delay": 0,
"gotoFlow": null
},
"rules": [],
"plugins": {
"chatPdf": null,
"http": null,
"openai": {
"assistantId": "",
"assistantName": "",
"assistantVectorStoreIds": [],
"assistantFiles": [],
"assistantInstructions": ""
},
"shopify": null,
"mute": null,
"schedule": null,
"intent": {
"rules": []
}
},
"uuid": "__RANDOM__",
"message": "quiere contactar",
"type": "add_text",
"sort": 0,
"ref": "",
"cb": ""
}
],
"botId": "__BOT_ID__"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment