206
apps/builder/public/templates/audio-chat-gpt.json
Normal file
206
apps/builder/public/templates/audio-chat-gpt.json
Normal file
@ -0,0 +1,206 @@
|
||||
{
|
||||
"version": "6",
|
||||
"id": "clp6onbn200011ab379x5gnea",
|
||||
"name": "Audio ChatGPT",
|
||||
"icon": "🔈",
|
||||
"events": [
|
||||
{
|
||||
"id": "ewnfbo0exlu7ihfu2lu2lusm",
|
||||
"outgoingEdgeId": "knz1ln1so0dfyth76qjkjn1p",
|
||||
"graphCoordinates": { "x": -228.25, "y": -123.31 },
|
||||
"type": "start"
|
||||
}
|
||||
],
|
||||
"groups": [
|
||||
{
|
||||
"id": "qfrz5nwm63g12dajsjxothb5",
|
||||
"title": "User input",
|
||||
"graphCoordinates": { "x": 105.17, "y": -56.29 },
|
||||
"blocks": [
|
||||
{
|
||||
"id": "ovgk70u0kfxrbtz9dy4e040o",
|
||||
"type": "text input",
|
||||
"options": { "variableId": "vudksu3zyrat6s1bq6qne0rx3" }
|
||||
},
|
||||
{
|
||||
"id": "m4jadtknjb3za3gvxj1xdn1k",
|
||||
"outgoingEdgeId": "fpj0xacppqd1s5slyljzhzc9",
|
||||
"type": "Set variable",
|
||||
"options": {
|
||||
"variableId": "vabkycu0qqff5d6ar2ama16pf",
|
||||
"type": "Append value(s)",
|
||||
"item": "{{User Message}}"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "a6ymhjwtkqwp8t127plz8qmk",
|
||||
"title": "ChatGPT reply",
|
||||
"graphCoordinates": { "x": 445.12, "y": -56.2 },
|
||||
"blocks": [
|
||||
{
|
||||
"id": "xikptnw1lp1qxdqo10qhmwy1",
|
||||
"type": "OpenAI",
|
||||
"options": {
|
||||
"task": "Create chat completion",
|
||||
"model": "gpt-3.5-turbo",
|
||||
"messages": [
|
||||
{
|
||||
"id": "wsdxha9db58gk2v9n1j10m7c",
|
||||
"role": "Dialogue",
|
||||
"dialogueVariableId": "vabkycu0qqff5d6ar2ama16pf",
|
||||
"startsBy": "user"
|
||||
}
|
||||
],
|
||||
"responseMapping": [
|
||||
{
|
||||
"id": "p8ksqi2jhyzid2od3dikv299",
|
||||
"valueToExtract": "Message content",
|
||||
"variableId": "vni6kwbch8zlq92dclgcivzyr"
|
||||
}
|
||||
],
|
||||
"credentialsId": "clp6ooc3700031ab30yof27jm"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "yblc864bzipaqfja7b2o3oo0",
|
||||
"type": "Set variable",
|
||||
"options": {
|
||||
"variableId": "vabkycu0qqff5d6ar2ama16pf",
|
||||
"type": "Append value(s)",
|
||||
"item": "{{Assistant Message}}"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "prsimdxdol42ty2parzgx8am",
|
||||
"type": "OpenAI",
|
||||
"options": {
|
||||
"credentialsId": "clp6ooc3700031ab30yof27jm",
|
||||
"task": "Create speech",
|
||||
"model": "tts-1",
|
||||
"input": "{{Assistant Message}}",
|
||||
"voice": "alloy",
|
||||
"saveUrlInVariableId": "vgr0iwg95npp7pztkmdyn89m1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "f6onszqys2tx7pw3tshb2vcy",
|
||||
"outgoingEdgeId": "dw9jclv60i040saiikj3a386",
|
||||
"type": "audio",
|
||||
"content": { "url": "{{Assistant audio message}}" }
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "c5f00f3oclwi1srcz10jjt9u",
|
||||
"title": "Intro",
|
||||
"graphCoordinates": { "x": -222.61, "y": -54.39 },
|
||||
"blocks": [
|
||||
{
|
||||
"id": "dp5gx25j73fgmcj9582ydik9",
|
||||
"type": "OpenAI",
|
||||
"options": {
|
||||
"credentialsId": "clp6ooc3700031ab30yof27jm",
|
||||
"task": "Create speech",
|
||||
"model": "tts-1",
|
||||
"input": "Hi there! How can I help?",
|
||||
"voice": "alloy",
|
||||
"saveUrlInVariableId": "vxw4quja426402hvhtm33tsp3"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "dmab8kc35uh84vvw1a53xbjn",
|
||||
"outgoingEdgeId": "xnao10ucc1hbynv3pmk1t4by",
|
||||
"type": "audio",
|
||||
"content": { "url": "{{Welcome audio}}" }
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "yswu9fml4zflxaqlujb94ir8",
|
||||
"title": "",
|
||||
"graphCoordinates": { "x": 19.51, "y": -338.93 },
|
||||
"blocks": [
|
||||
{
|
||||
"id": "okm2zz32zn8b60u1vkfrv9ca",
|
||||
"type": "text",
|
||||
"content": {
|
||||
"richText": [
|
||||
{
|
||||
"type": "p",
|
||||
"children": [
|
||||
{
|
||||
"text": "You need to add your OpenAI credentials to make this bot work. 🪄"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "m5a1d0vhsrpyvvvyj89awxzc",
|
||||
"type": "text",
|
||||
"content": {
|
||||
"richText": [
|
||||
{
|
||||
"type": "p",
|
||||
"children": [
|
||||
{
|
||||
"text": "Once it's done, delete this group and connect the "
|
||||
},
|
||||
{ "text": "Start", "bold": true },
|
||||
{ "text": " event with " },
|
||||
{ "text": "Intro", "bold": true },
|
||||
{ "text": " 🚀\n" }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"edges": [
|
||||
{
|
||||
"id": "fpj0xacppqd1s5slyljzhzc9",
|
||||
"from": { "blockId": "m4jadtknjb3za3gvxj1xdn1k" },
|
||||
"to": { "groupId": "a6ymhjwtkqwp8t127plz8qmk" }
|
||||
},
|
||||
{
|
||||
"id": "xnao10ucc1hbynv3pmk1t4by",
|
||||
"from": { "blockId": "dmab8kc35uh84vvw1a53xbjn" },
|
||||
"to": { "groupId": "qfrz5nwm63g12dajsjxothb5" }
|
||||
},
|
||||
{
|
||||
"id": "dw9jclv60i040saiikj3a386",
|
||||
"from": { "blockId": "f6onszqys2tx7pw3tshb2vcy" },
|
||||
"to": { "groupId": "qfrz5nwm63g12dajsjxothb5" }
|
||||
},
|
||||
{
|
||||
"from": { "eventId": "ewnfbo0exlu7ihfu2lu2lusm" },
|
||||
"to": { "groupId": "yswu9fml4zflxaqlujb94ir8" },
|
||||
"id": "knz1ln1so0dfyth76qjkjn1p"
|
||||
}
|
||||
],
|
||||
"variables": [
|
||||
{ "id": "vni6kwbch8zlq92dclgcivzyr", "name": "Assistant Message" },
|
||||
{ "id": "vudksu3zyrat6s1bq6qne0rx3", "name": "User Message" },
|
||||
{ "id": "vabkycu0qqff5d6ar2ama16pf", "name": "Chat history" },
|
||||
{ "id": "vxw4quja426402hvhtm33tsp3", "name": "Welcome audio" },
|
||||
{ "id": "vgr0iwg95npp7pztkmdyn89m1", "name": "Assistant audio message" }
|
||||
],
|
||||
"theme": {},
|
||||
"selectedThemeTemplateId": null,
|
||||
"settings": {},
|
||||
"createdAt": "2023-11-20T09:06:40.430Z",
|
||||
"updatedAt": "2023-11-20T09:20:01.662Z",
|
||||
"folderId": null,
|
||||
"publicId": null,
|
||||
"customDomain": null,
|
||||
"workspaceId": "freeWorkspace",
|
||||
"resultsTablePreferences": null,
|
||||
"isArchived": false,
|
||||
"isClosed": false,
|
||||
"whatsAppCredentialsId": null
|
||||
}
|
290
apps/builder/public/templates/openai-conditions.json
Normal file
290
apps/builder/public/templates/openai-conditions.json
Normal file
@ -0,0 +1,290 @@
|
||||
{
|
||||
"version": "6",
|
||||
"id": "clp6pe8dy00051ab3n6coxt62",
|
||||
"name": "ChatGPT condition",
|
||||
"events": [
|
||||
{
|
||||
"id": "ewnfbo0exlu7ihfu2lu2lusm",
|
||||
"outgoingEdgeId": "gj1gs8hdembrsw84aafd1hbj",
|
||||
"graphCoordinates": { "x": -228.25, "y": -123.31 },
|
||||
"type": "start"
|
||||
}
|
||||
],
|
||||
"groups": [
|
||||
{
|
||||
"id": "qfrz5nwm63g12dajsjxothb5",
|
||||
"title": "User input",
|
||||
"graphCoordinates": { "x": -107.01, "y": -53.23 },
|
||||
"blocks": [
|
||||
{
|
||||
"id": "emjcjxlvzm2xex10exq4wf5h",
|
||||
"type": "text",
|
||||
"content": {
|
||||
"richText": [
|
||||
{ "type": "p", "children": [{ "text": "How can we help?" }] }
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "ovgk70u0kfxrbtz9dy4e040o",
|
||||
"outgoingEdgeId": "n396v90ad7quz0gwygr6n5fc",
|
||||
"type": "text input",
|
||||
"options": { "variableId": "vudksu3zyrat6s1bq6qne0rx3" }
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "bh3uva3254p0jgp46gj92way",
|
||||
"title": "Condition 🧠",
|
||||
"graphCoordinates": { "x": 228.67, "y": -50.67 },
|
||||
"blocks": [
|
||||
{
|
||||
"id": "wdg7upk4oqp602jqjn06gjf6",
|
||||
"type": "OpenAI",
|
||||
"options": {
|
||||
"task": "Create chat completion",
|
||||
"model": "gpt-4-1106-preview",
|
||||
"messages": [
|
||||
{
|
||||
"id": "s7s7uaurqlmsn3r89c10mk98",
|
||||
"role": "system",
|
||||
"content": "You are helpful assistant doing customer support for a software called Typebot.\n\nIf the user is asking a question about his account, please say \"ACCOUNT\".\n\nIf the user wants to talk to a human, please say \"HUMAN\".\n\nOtherwise, say \"OK\""
|
||||
},
|
||||
{
|
||||
"id": "zrgypmt1wlogakfl06gfxpgk",
|
||||
"role": "user",
|
||||
"content": "Can I talk to a human?"
|
||||
},
|
||||
{
|
||||
"id": "i6ldg74yr9n185oumozb3r6b",
|
||||
"role": "assistant",
|
||||
"content": "HUMAN"
|
||||
},
|
||||
{
|
||||
"id": "eoxa3dxtw8wjdyv9efnxryxk",
|
||||
"role": "user",
|
||||
"content": "I need to check my account"
|
||||
},
|
||||
{
|
||||
"id": "nb7sy9x7g07w5s1sxb83v295",
|
||||
"role": "assistant",
|
||||
"content": "ACCOUNT"
|
||||
},
|
||||
{
|
||||
"id": "zazen7p0cyawtix7der2e923",
|
||||
"role": "user",
|
||||
"content": "{{User Message}}"
|
||||
}
|
||||
],
|
||||
"responseMapping": [
|
||||
{
|
||||
"id": "s7s7uaurqlmsn3r89c10mk98",
|
||||
"valueToExtract": "Message content",
|
||||
"variableId": "vni6kwbch8zlq92dclgcivzyr"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "b63f0et5y70mragfcrmezifh",
|
||||
"outgoingEdgeId": "wkecv7zg757mbsnbfdej6uph",
|
||||
"type": "Condition",
|
||||
"items": [
|
||||
{
|
||||
"id": "d0bax1yf18x2bj5zt38vr6xs",
|
||||
"outgoingEdgeId": "optu30rn5vjiwueijh0utvoi",
|
||||
"content": {
|
||||
"comparisons": [
|
||||
{
|
||||
"id": "iiv6h6ssgusrfza4vped0iqe",
|
||||
"variableId": "vni6kwbch8zlq92dclgcivzyr",
|
||||
"comparisonOperator": "Contains",
|
||||
"value": "ACCOUNT"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "ulf15sjzk9b7df95rzaqe40j",
|
||||
"outgoingEdgeId": "ft02qowy1n8uy2k5dzdo0j22",
|
||||
"content": {
|
||||
"comparisons": [
|
||||
{
|
||||
"id": "qekpq2av325h7rkmnrvtumxn",
|
||||
"variableId": "vni6kwbch8zlq92dclgcivzyr",
|
||||
"comparisonOperator": "Contains",
|
||||
"value": "HUMAN"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "flt2vtb4pb6mvlvyrrxonzwf",
|
||||
"title": "Account",
|
||||
"graphCoordinates": { "x": 585.48, "y": -214.13 },
|
||||
"blocks": [
|
||||
{
|
||||
"id": "h45t9e5yxc2fpfiv49gvmwjj",
|
||||
"type": "text",
|
||||
"content": {
|
||||
"richText": [
|
||||
{
|
||||
"type": "p",
|
||||
"children": [
|
||||
{ "text": "Ok feel free to check your account here" }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "fn0s0ezabail96c5n0xs24aq",
|
||||
"type": "choice input",
|
||||
"items": [{ "id": "tslv59v8oqbfpnd21la8qnz4", "content": "Account" }]
|
||||
},
|
||||
{
|
||||
"id": "r16g3avw7mwzi12srqisuex0",
|
||||
"type": "Redirect",
|
||||
"options": { "url": "https://google.com" }
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "jn9w80afa6a66czzjfto8tmt",
|
||||
"title": "Human",
|
||||
"graphCoordinates": { "x": 586.68, "y": 153.73 },
|
||||
"blocks": [
|
||||
{
|
||||
"id": "nvkp4zm7f24b0g3b25u3rb59",
|
||||
"type": "text",
|
||||
"content": {
|
||||
"richText": [
|
||||
{ "type": "p", "children": [{ "text": "I'm a human" }] }
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "el01d0j1db9kp6v8wlrk9dob",
|
||||
"title": "Else",
|
||||
"graphCoordinates": { "x": 581.46, "y": 315.66 },
|
||||
"blocks": [
|
||||
{
|
||||
"id": "tpy9wjrwmhw16xjgs8htao04",
|
||||
"type": "text",
|
||||
"content": {
|
||||
"richText": [{ "type": "p", "children": [{ "text": "Else" }] }]
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "vafybpsjqcbrbbhi8pwl0gic",
|
||||
"title": "",
|
||||
"graphCoordinates": { "x": 6.52, "y": -346.17 },
|
||||
"blocks": [
|
||||
{
|
||||
"id": "q1tc6z6xfl4jtrxdvv8phgil",
|
||||
"type": "text",
|
||||
"content": {
|
||||
"richText": [
|
||||
{
|
||||
"type": "p",
|
||||
"children": [
|
||||
{
|
||||
"text": "You need to add your OpenAI credentials to make this bot work. 🪄\n"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "b3ahk7pzsh4abp3bkdlijc0v",
|
||||
"type": "text",
|
||||
"content": {
|
||||
"richText": [
|
||||
{
|
||||
"type": "p",
|
||||
"children": [
|
||||
{
|
||||
"text": "Once it's done, delete this group and connect the "
|
||||
},
|
||||
{ "text": "Start", "bold": true },
|
||||
{ "text": " event with " },
|
||||
{ "text": "Intro", "bold": true },
|
||||
{ "text": " 🚀\n" }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"edges": [
|
||||
{
|
||||
"id": "h5sk58j0ryrxmfv4gmw7r4dw",
|
||||
"from": { "blockId": "gphm5wy1md9cunwkdtbzg6nq" },
|
||||
"to": { "groupId": "qfrz5nwm63g12dajsjxothb5" }
|
||||
},
|
||||
{
|
||||
"id": "y8ml9ljnsydol9b42fd9zdve",
|
||||
"from": { "blockId": "myldn1l1nfdwwm8qvza71rwv" },
|
||||
"to": { "groupId": "qfrz5nwm63g12dajsjxothb5" }
|
||||
},
|
||||
{
|
||||
"id": "optu30rn5vjiwueijh0utvoi",
|
||||
"from": {
|
||||
"blockId": "b63f0et5y70mragfcrmezifh",
|
||||
"itemId": "d0bax1yf18x2bj5zt38vr6xs"
|
||||
},
|
||||
"to": { "groupId": "flt2vtb4pb6mvlvyrrxonzwf" }
|
||||
},
|
||||
{
|
||||
"id": "ft02qowy1n8uy2k5dzdo0j22",
|
||||
"from": {
|
||||
"blockId": "b63f0et5y70mragfcrmezifh",
|
||||
"itemId": "ulf15sjzk9b7df95rzaqe40j"
|
||||
},
|
||||
"to": { "groupId": "jn9w80afa6a66czzjfto8tmt" }
|
||||
},
|
||||
{
|
||||
"id": "wkecv7zg757mbsnbfdej6uph",
|
||||
"from": { "blockId": "b63f0et5y70mragfcrmezifh" },
|
||||
"to": { "groupId": "el01d0j1db9kp6v8wlrk9dob" }
|
||||
},
|
||||
{
|
||||
"id": "n396v90ad7quz0gwygr6n5fc",
|
||||
"from": { "blockId": "ovgk70u0kfxrbtz9dy4e040o" },
|
||||
"to": { "groupId": "bh3uva3254p0jgp46gj92way" }
|
||||
},
|
||||
{
|
||||
"from": { "eventId": "ewnfbo0exlu7ihfu2lu2lusm" },
|
||||
"to": { "groupId": "vafybpsjqcbrbbhi8pwl0gic" },
|
||||
"id": "gj1gs8hdembrsw84aafd1hbj"
|
||||
}
|
||||
],
|
||||
"variables": [
|
||||
{ "id": "vni6kwbch8zlq92dclgcivzyr", "name": "Assistant Message" },
|
||||
{ "id": "vudksu3zyrat6s1bq6qne0rx3", "name": "User Message" }
|
||||
],
|
||||
"theme": {},
|
||||
"selectedThemeTemplateId": null,
|
||||
"settings": {},
|
||||
"createdAt": "2023-11-20T09:27:35.926Z",
|
||||
"updatedAt": "2023-11-20T09:27:59.586Z",
|
||||
"icon": "🧠",
|
||||
"folderId": null,
|
||||
"publicId": null,
|
||||
"customDomain": null,
|
||||
"resultsTablePreferences": null,
|
||||
"isArchived": false,
|
||||
"isClosed": false,
|
||||
"whatsAppCredentialsId": null
|
||||
}
|
Reference in New Issue
Block a user