{"success":true,"message":"successfully fetched agent data","data":{"proactiveMessage":"👋 Hi, how can I help you today?","vg_kbDefaultDimension":1536,"internal":{"accountCreationConfig":"v2"},"scrollAnimation":true,"convoTags":["Warm","Good Example","Save for Later","Bad Example","Closed","Follow Up","requested_chat","agent:denise.benson@guardianfall.com","error:unhelpful-response","error:unsupported-capability","status:fixed","Agent now recognises Engineered Systems questions","error:misunderstood-intent","error:looping","status:unfixed","error:wrong-info","agent:karen.taylor@guardianfall.com","error:technical-failure","agent:fernando.vasquez@guardianfall.com"],"userId":"0b67f18ec985fc64deed10751","inputVariant":"custom","enableAITranslate":true,"listenForUrlChanges":false,"recordChatHistory":true,"enableNodes":true,"syncBrowser":false,"createdAtUNIX":1751389807,"disabled":false,"maxTokensUsage":0,"description":"Powered By AI","customThemeJSONString":"{\"themeType\":\"light\",\"primary\":\"#000000\",\"nineColorPallet\":[[0,0,100],[0,0,95],[41,97,53],[41,97,70],[41,97,60],[0,0,0],[41,97,53],[41,97,30],[41,97,30],[42,96,10]],\"autogenTheme\":true}","buttonsLayout":"vertical","fixedHandoffPopup":false,"alwaysShowHandoff":false,"messageDelayMS":1000,"chatForget":false,"vg_systemPrompt":"You are a friendly, reliable, genius customer-care bot delivering efficient solutions from our comprehensive knowledge base.","title":"Guardian Assistant Bot","chatBgURL":"","UIhandoffTitle":"Support Team","persistHandoffOnRefresh":true,"branding":"Guardian Terms_of_Use:docs.google.com/document/d/1ApSXFGtQawDol6j0nw9ZwoHE03V-wZYk/edit?usp=drive_link&ouid=113341816966550762344&rtpof=true&sd=true","agentPlatform":"vf","vg_temperature":0.5,"roundedImageURL":"https://vg-bunny-cdn.b-cdn.net/public/48sa0zuk_.png","buttonVariant":"bordered","vg_defaultModel":"gpt-4o","disableHandoffStatusMessages":true,"vgOptions":{"maxChunkSize":2424,"handoffTimeout":30},"tabs":[{"homeSpecific":{"headerTitle":"Hi, {user.name}!","headerHeight":20,"buttons":[{"key":"askQuestion","label":"Ask a question","iceBreakers":["Track my order","New arrivals"],"show":true},{"key":"recentConvo","label":"Continue recent conversation","show":true},{"key":"liveCall","label":"Start a live call","show":true},{"show":true,"label":"Talk to a human agent","key":"directHandoff"}],"headerDescription":"How can we help you today??"},"key":"home","iframeUrl":"https://calendly.com/moeaymandev/ai-talk?preview_source=et_card","iframeHeight":1000,"label":"Home"},{"label":"Chats","key":"convos"},{"iframeHeight":500,"label":"FAQ","iframeUrl":"https://calendly.com/moeaymandev/ai-talk?preview_source=et_card","key":"faq"}],"vg_enableUIEngine":true,"ownerID":"0b67f18ec985fc64deed10751","autoStartWidget":false,"vg_maxTokens":1024,"theme":"custom-light","vg_initPrompt":"Greet the user with \"Hi there let's get you started!\" and in the same message showcase to them that you can write organized markdown including lists, bold text, italic etc.\n\nThen tell the user you're ready to help them with any questions they might have!","lastModified":1773588493,"blockInputDuringHandoffRequest":true,"voiceConfig":{"speechGen":{"provider":"deepgram","voiceId":"asteria"},"transcriber":{"modelId":"nova-2","language":"en","utteranceThreshold":50,"provider":"deepgram"},"config":{"backgroundNoise":"restaurant","recordAudio":true,"enableWebCalling":true}},"nodes":[{"description":"This is the start node of the LLM chain.","id":"__start__","type":"start","toolUseBias":0.5,"kb":{"enabled":true,"maxChunks":3},"llmConfig":{"modelId":"gpt-4o","maxTokens":2024,"temperature":0.7},"name":"Start","isGlobal":false,"autoRerouter":{"enabled":false,"level":1},"instructions":"Greet the user warmly and tell him that you are ready to help him."}],"lang":"en","id":"fcCxGExzDWW4pWBk","fontFamily":"Inter","ID":"fcCxGExzDWW4pWBk","UIhandoffSubtitle":"We reply within minutes ⚡","vg_initMessages":["Hi, I am your virtual assistant, how can I help you today?"],"ADVANCED_customCSS":"/* Uncomment the following to enable automatic aspect ratio for images in cards */\n.vg-render-container {\n  z-index: 10000000 !important;\n}\n\n[data-slot=\"listbox\"] {\n  max-height: 200px;\n  overflow-y: auto !important;\n  overscroll-behavior: contain;\n}\n\n.vg-card-image {\n  aspect-ratio: auto !important;\n}\n\n#VG_OVERLAY_CONTAINER {\n  min-width: 240px !important; /* optional fallback minimum */\n}\n\n.vg-message-text-human {\n  color: #000000;\n}\n\n.vg-message-form--submit p {\n  color: #000000;\n}\n\n#vg-mother-container .lucide-x {\n  color: #FCB414;\n}\n\n#vg-mother-container .lucide-send-horizontal {\n  color: white;\n}\n\n.vg-header-left-text--desc {\n  opacity: 1 !important;\n  color: inherit !important;\n}\n\n.vg-message-form--submit {\n  background-color: #ffffff !important;\n  color: #000000;\n  border: 1px solid #FCB414;\n  font-weight: 700 !important;\n  font-family: 'Inter', sans-serif !important;\n  transition: background-color 0.2s ease;\n}\n\n.vg-message-form--submit:hover {\n  background-color: #F2F2F2 !important;\n}\n\n/* Show the outline only for the original message box */\n.vg-footer-input-wrapper {\n  outline: 1px solid #FBB213 !important;\n  outline-offset: 0 !important;\n  box-shadow: 0 0 3px 1px rgba(251, 178, 19, 0.4);\n  animation: mediumSubtleGlow 2.5s ease-in-out infinite;\n}\n\n@keyframes mediumSubtleGlow {\n  0% {\n    box-shadow: 0 0 3px 1px rgba(251, 178, 19, 0.3);\n  }\n  50% {\n    box-shadow: 0 0 5px 2px rgba(251, 178, 19, 0.45);\n  }\n  100% {\n    box-shadow: 0 0 3px 1px rgba(251, 178, 19, 0.3);\n  }\n}\n\n/* Remove the outline when disabled */\n[data-slot=\"base\"][data-disabled=\"true\"] .vg-footer-input-wrapper {\n  outline: none !important;\n  box-shadow: none !important;\n  animation: none !important;\n}\n\n/* Keep root visible */\n#root[aria-hidden=\"true\"] {\n  opacity: 1 !important;\n  filter: none !important;\n  pointer-events: auto !important;\n}\n\n.vg-handoff-email--btn {\n  display: none !important;\n}\n\n/* Make original label text invisible but keep layout */\n.vg-footer-input--label p {\n  color: transparent;\n  position: relative;\n  width: 300px;\n  white-space: nowrap;\n  overflow: visible;\n}\n\n/* Inject replacement text */\n.vg-footer-input--label p::after {\n  content: \"Need help? Just type your question...\";\n  position: absolute;\n  top: 0;\n  left: 0;\n  color: #1d1d1f;\n  font-size: inherit;\n  line-height: inherit;\n  font-weight: normal;\n  white-space: nowrap;\n}\n\n/* Keep the message-circle icon gray/original */\n#vg-mother-container .lucide-message-circle {\n  color: inherit;\n}\n\n.vg-buttons-message--btn {\n  background-color: #ffffff !important;\n  color: #000000 !important;\n  border: 1px solid #FBB213 !important;\n  outline: none !important;\n  font-weight: 700 !important;\n  font-family: 'Inter', sans-serif !important;\n  transition: border-color 0.2s ease, background-color 0.2s ease;\n}\n\n.vg-buttons-message--btn:hover {\n  border-color: #FCB414 !important;\n  background-color: #F9F9F9 !important;\n}\n\n/* default (agent) */\n.vg-w-unit-5 {\n  position: absolute;\n  right: 0;\n}\n\n/* make the row a positioning context for the absolute timestamp */\n.vg-message-row {\n  position: relative;\n}\n\n/* when this row has a human/sent bubble, switch the timestamp to inline in front */\n.vg-message-row:has(.vg-message-text-human) .vg-w-unit-5 {\n  position: static;\n  margin-right: 4px;\n  order: -1;\n}\n\n/* layout so the time can sit in front */\n.vg-message-row:has(.vg-message-text-human) {\n  display: flex;\n  justify-content: flex-end;\n  align-items: flex-end;\n  gap: 4px;\n}\n\n/* Case 1: timestamp comes AFTER the human bubble in the DOM */\n.vg-message-text-human + .vg-w-unit-5,\n.vg-message-text-human ~ .vg-w-unit-5 {\n  position: static !important;\n  right: auto !important;\n  margin-right: 4px;\n  display: inline-flex;\n  align-items: center;\n}\n\n/* Case 2: timestamp comes BEFORE the human bubble in the DOM */\n.vg-w-unit-5:has(+ .vg-message-text-human),\n.vg-w-unit-5:has(~ .vg-message-text-human) {\n  position: static !important;\n  right: auto !important;\n  margin-right: 4px;\n  display: inline-flex;\n  align-items: center;\n}","ts":1773588493,"vapiConfig":{"promptOnWeb":false}}}