(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[93],{ /***/ "./node_modules/cache-loader/dist/cjs.js?!./node_modules/babel-loader/lib/index.js!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/components/Namespace/NamespaceEdit.vue?vue&type=script&lang=js": /*!*******************************************************************************************************************************************************************************************************************************************************************!*\ !*** ./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Namespace/NamespaceEdit.vue?vue&type=script&lang=js ***! \*******************************************************************************************************************************************************************************************************************************************************************/ /*! exports provided: default */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vuex */ \"./node_modules/vuex/dist/vuex.esm.js\");\n/* harmony import */ var _store_dataMappers__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../store/dataMappers */ \"./src/store/dataMappers.js\");\n/* harmony import */ var _lib_constants__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../lib/constants */ \"./src/lib/constants.js\");\n/* harmony import */ var _misc_UploadDocuments_vue__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../misc/UploadDocuments.vue */ \"./src/components/misc/UploadDocuments.vue\");\n\n\n\n\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n props: {\n hideToolbar: {\n type: Boolean,\n required: false,\n default: false\n }\n },\n components: {\n UploadDocuments: _misc_UploadDocuments_vue__WEBPACK_IMPORTED_MODULE_3__[\"default\"]\n },\n data() {\n return {\n tab: null,\n documentsParentTypes: _lib_constants__WEBPACK_IMPORTED_MODULE_2__[\"DOCUMENTS_PARENT_TYPES\"]\n };\n },\n computed: {\n ...Object(vuex__WEBPACK_IMPORTED_MODULE_0__[\"mapState\"])('Namespace', ['obj', 'error', 'changed']),\n ...Object(_store_dataMappers__WEBPACK_IMPORTED_MODULE_1__[\"mapFields\"])({\n fields: ['namespace', 'db_host', 'db_name', 'db_user', 'password', 'status', 'messageOfTheDay', 'namespacePrompts'],\n base: 'Namespace',\n mutation: 'INIT_OBJECT'\n })\n },\n beforeMount() {\n if (this.$route.params.id && this.$route.params.id > 0) {\n this.$store.dispatch('Namespace/initById', this.$route.params.id);\n } else {\n this.$store.dispatch('Namespace/clear');\n }\n },\n beforeRouteLeave(to, from, next) {\n if (this.changed) {\n const answer = window.confirm('You have unsaved changes! Do you really want to leave?');\n if (answer) {\n next();\n } else {\n next(false);\n }\n } else {\n next();\n }\n },\n methods: {\n ...Object(vuex__WEBPACK_IMPORTED_MODULE_0__[\"mapActions\"])('Namespace', ['reset', 'saveData', 'clear']),\n doSave() {\n console.log('doSave', this.namespacePrompts);\n if (this.namespacePrompts.dataScraperPrompt !== '' && this.namespacePrompts.dataScraperPrompt.indexOf('{bodyText}') === -1) {\n window.alert('Data Scraper Prompt must contain {bodyText}');\n return;\n }\n if (this.namespacePrompts.dataScraperInstructions !== '' && this.namespacePrompts.dataScraperInstructions.indexOf('{geminiInstructionContactSchema}') === -1) {\n window.alert('Data Scraper Instructions must contain {geminiInstructionContactSchema}');\n return;\n }\n this.saveData();\n }\n }\n});\n\n//# sourceURL=webpack:///./src/components/Namespace/NamespaceEdit.vue?./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options"); /***/ }), /***/ "./node_modules/cache-loader/dist/cjs.js?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"57799412-vue-loader-template\"}!./node_modules/vuetify-loader/lib/loader.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/lib/loaders/templateLoader.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/components/Namespace/NamespaceEdit.vue?vue&type=template&id=f8befc9e": /*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"57799412-vue-loader-template"}!./node_modules/vuetify-loader/lib/loader.js??ref--4!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--7!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Namespace/NamespaceEdit.vue?vue&type=template&id=f8befc9e ***! \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ /*! exports provided: render, staticRenderFns */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\n/* harmony import */ var vuetify_lib_components_VBanner__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vuetify/lib/components/VBanner */ \"./node_modules/vuetify/lib/components/VBanner/index.js\");\n/* harmony import */ var vuetify_lib_components_VBtn__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! vuetify/lib/components/VBtn */ \"./node_modules/vuetify/lib/components/VBtn/index.js\");\n/* harmony import */ var vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! vuetify/lib/components/VCard */ \"./node_modules/vuetify/lib/components/VCard/index.js\");\n/* harmony import */ var vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! vuetify/lib/components/VGrid */ \"./node_modules/vuetify/lib/components/VGrid/index.js\");\n/* harmony import */ var vuetify_lib_components_VDivider__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! vuetify/lib/components/VDivider */ \"./node_modules/vuetify/lib/components/VDivider/index.js\");\n/* harmony import */ var vuetify_lib_components_VForm__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! vuetify/lib/components/VForm */ \"./node_modules/vuetify/lib/components/VForm/index.js\");\n/* harmony import */ var vuetify_lib_components_VIcon__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! vuetify/lib/components/VIcon */ \"./node_modules/vuetify/lib/components/VIcon/index.js\");\n/* harmony import */ var vuetify_lib_components_VRadioGroup__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! vuetify/lib/components/VRadioGroup */ \"./node_modules/vuetify/lib/components/VRadioGroup/index.js\");\n/* harmony import */ var vuetify_lib_components_VTabs__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! vuetify/lib/components/VTabs */ \"./node_modules/vuetify/lib/components/VTabs/index.js\");\n/* harmony import */ var vuetify_lib_components_VTextField__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! vuetify/lib/components/VTextField */ \"./node_modules/vuetify/lib/components/VTextField/index.js\");\n/* harmony import */ var vuetify_lib_components_VTextarea__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! vuetify/lib/components/VTextarea */ \"./node_modules/vuetify/lib/components/VTextarea/index.js\");\n/* harmony import */ var vuetify_lib_components_VToolbar__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! vuetify/lib/components/VToolbar */ \"./node_modules/vuetify/lib/components/VToolbar/index.js\");\n/* harmony import */ var vuetify_lib_components_VTooltip__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! vuetify/lib/components/VTooltip */ \"./node_modules/vuetify/lib/components/VTooltip/index.js\");\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nvar render = function render() {\n var _vm = this,\n _c = _vm._self._c;\n return _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_3__[\"VRow\"], {\n attrs: {\n justify: \"center\"\n }\n }, [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_3__[\"VCol\"], {\n attrs: {\n lg: \"12\"\n }\n }, [_c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_2__[\"VCard\"], {\n staticClass: \"mx-auto\"\n }, [!_vm.hideToolbar ? _c(vuetify_lib_components_VToolbar__WEBPACK_IMPORTED_MODULE_11__[\"VToolbar\"], {\n attrs: {\n dense: \"\",\n dark: \"\",\n flat: \"\",\n color: \"secondary\"\n }\n }, [_c(vuetify_lib_components_VToolbar__WEBPACK_IMPORTED_MODULE_11__[\"VToolbarTitle\"], {\n staticClass: \"white--text\",\n staticStyle: {\n width: \"auto\"\n }\n }, [_vm._v(_vm._s(_vm.obj.id ? \"Edit\" : \"Create\") + \" Namespace\")]), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_3__[\"VSpacer\"]), _vm.obj.id && _vm.changed ? _c(vuetify_lib_components_VTooltip__WEBPACK_IMPORTED_MODULE_12__[\"VTooltip\"], {\n attrs: {\n bottom: \"\"\n },\n scopedSlots: _vm._u([{\n key: \"activator\",\n fn: function ({\n on,\n attrs\n }) {\n return [_c(vuetify_lib_components_VBtn__WEBPACK_IMPORTED_MODULE_1__[\"VBtn\"], _vm._g(_vm._b({\n attrs: {\n icon: \"\",\n color: \"indigo lighten-5\"\n },\n on: {\n click: _vm.reset\n }\n }, \"v-btn\", attrs, false), on), [_c(vuetify_lib_components_VIcon__WEBPACK_IMPORTED_MODULE_6__[\"VIcon\"], [_vm._v(\"mdi-undo\")])], 1)];\n }\n }], null, false, 1048318209)\n }, [_c(\"span\", [_vm._v(\"Click to Undo Changes\")])]) : _vm._e(), !_vm.obj.id && _vm.changed ? _c(vuetify_lib_components_VTooltip__WEBPACK_IMPORTED_MODULE_12__[\"VTooltip\"], {\n attrs: {\n bottom: \"\"\n },\n scopedSlots: _vm._u([{\n key: \"activator\",\n fn: function ({\n on,\n attrs\n }) {\n return [_c(vuetify_lib_components_VBtn__WEBPACK_IMPORTED_MODULE_1__[\"VBtn\"], _vm._g(_vm._b({\n attrs: {\n icon: \"\",\n color: \"indigo lighten-4\"\n },\n on: {\n click: _vm.clear\n }\n }, \"v-btn\", attrs, false), on), [_c(vuetify_lib_components_VIcon__WEBPACK_IMPORTED_MODULE_6__[\"VIcon\"], [_vm._v(\"mdi-undo\")])], 1)];\n }\n }], null, false, 2474175116)\n }, [_c(\"span\", [_vm._v(\"Click to Start Again\")])]) : _vm._e(), _c(vuetify_lib_components_VTooltip__WEBPACK_IMPORTED_MODULE_12__[\"VTooltip\"], {\n attrs: {\n bottom: \"\"\n },\n scopedSlots: _vm._u([{\n key: \"activator\",\n fn: function ({\n on,\n attrs\n }) {\n return [_c(vuetify_lib_components_VBtn__WEBPACK_IMPORTED_MODULE_1__[\"VBtn\"], _vm._g(_vm._b({\n attrs: {\n icon: \"\",\n color: _vm.changed ? \"success\" : \"white\"\n },\n on: {\n click: _vm.saveData\n }\n }, \"v-btn\", attrs, false), on), [_c(vuetify_lib_components_VIcon__WEBPACK_IMPORTED_MODULE_6__[\"VIcon\"], [_vm._v(_vm._s(_vm.changed ? \"mdi-content-save\" : \"mdi-check-circle\"))])], 1)];\n }\n }], null, false, 2091163522)\n }, [_c(\"span\", [_vm._v(_vm._s(_vm.changed ? \"You have unsaved changes\" : \"Data is saved\"))])])], 1) : _vm._e(), _c(vuetify_lib_components_VTabs__WEBPACK_IMPORTED_MODULE_8__[\"VTabs\"], {\n attrs: {\n dense: \"\",\n grow: \"\",\n \"center-active\": \"\",\n \"background-color\": \"#f5f5f6\",\n \"hide-slider\": \"\"\n },\n model: {\n value: _vm.tab,\n callback: function ($$v) {\n _vm.tab = $$v;\n },\n expression: \"tab\"\n }\n }, [_c(vuetify_lib_components_VTabs__WEBPACK_IMPORTED_MODULE_8__[\"VTab\"], {\n key: \"namespace\",\n attrs: {\n \"active-class\": \"active-green white--text\"\n }\n }, [_vm._v(\"Namespace\")]), _c(vuetify_lib_components_VDivider__WEBPACK_IMPORTED_MODULE_4__[\"VDivider\"], {\n staticClass: \"tabDivider\",\n attrs: {\n vertical: \"\"\n }\n }), _c(vuetify_lib_components_VTabs__WEBPACK_IMPORTED_MODULE_8__[\"VTab\"], {\n key: \"aiPrompts\",\n attrs: {\n \"active-class\": \"active-green white--text\"\n }\n }, [_vm._v(\"AI Prompts\")]), _c(vuetify_lib_components_VDivider__WEBPACK_IMPORTED_MODULE_4__[\"VDivider\"], {\n staticClass: \"tabDivider\",\n attrs: {\n vertical: \"\"\n }\n }), _c(vuetify_lib_components_VTabs__WEBPACK_IMPORTED_MODULE_8__[\"VTab\"], {\n key: \"namespaceTemplates\",\n attrs: {\n \"active-class\": \"active-green white--text\"\n }\n }, [_vm._v(\"Templates\")])], 1), _c(vuetify_lib_components_VTabs__WEBPACK_IMPORTED_MODULE_8__[\"VTabsItems\"], {\n model: {\n value: _vm.tab,\n callback: function ($$v) {\n _vm.tab = $$v;\n },\n expression: \"tab\"\n }\n }, [_c(vuetify_lib_components_VTabs__WEBPACK_IMPORTED_MODULE_8__[\"VTabItem\"], {\n key: \"namespace\"\n }, [_c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_2__[\"VCardText\"], [_c(vuetify_lib_components_VForm__WEBPACK_IMPORTED_MODULE_5__[\"VForm\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_3__[\"VRow\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_3__[\"VCol\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_3__[\"VRow\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_3__[\"VCol\"], [_c(vuetify_lib_components_VTextField__WEBPACK_IMPORTED_MODULE_9__[\"VTextField\"], {\n attrs: {\n label: \"Namespace\",\n outlined: \"\",\n dense: \"\"\n },\n model: {\n value: _vm.namespace,\n callback: function ($$v) {\n _vm.namespace = $$v;\n },\n expression: \"namespace\"\n }\n })], 1), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_3__[\"VCol\"], [_c(vuetify_lib_components_VTextField__WEBPACK_IMPORTED_MODULE_9__[\"VTextField\"], {\n attrs: {\n label: \"DB Host\",\n outlined: \"\",\n dense: \"\"\n },\n model: {\n value: _vm.db_host,\n callback: function ($$v) {\n _vm.db_host = $$v;\n },\n expression: \"db_host\"\n }\n })], 1)], 1), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_3__[\"VRow\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_3__[\"VCol\"], [_c(vuetify_lib_components_VTextField__WEBPACK_IMPORTED_MODULE_9__[\"VTextField\"], {\n attrs: {\n label: \"DB Name\",\n outlined: \"\",\n dense: \"\"\n },\n model: {\n value: _vm.db_name,\n callback: function ($$v) {\n _vm.db_name = $$v;\n },\n expression: \"db_name\"\n }\n })], 1), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_3__[\"VCol\"], [_c(vuetify_lib_components_VTextField__WEBPACK_IMPORTED_MODULE_9__[\"VTextField\"], {\n attrs: {\n label: \"DB User\",\n outlined: \"\",\n dense: \"\"\n },\n model: {\n value: _vm.db_user,\n callback: function ($$v) {\n _vm.db_user = $$v;\n },\n expression: \"db_user\"\n }\n })], 1), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_3__[\"VCol\"], [_c(vuetify_lib_components_VTextField__WEBPACK_IMPORTED_MODULE_9__[\"VTextField\"], {\n attrs: {\n label: \"DB Password\",\n outlined: \"\",\n dense: \"\"\n },\n model: {\n value: _vm.password,\n callback: function ($$v) {\n _vm.password = $$v;\n },\n expression: \"password\"\n }\n })], 1)], 1), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_3__[\"VRow\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_3__[\"VCol\"], [_c(vuetify_lib_components_VTextarea__WEBPACK_IMPORTED_MODULE_10__[\"VTextarea\"], {\n attrs: {\n label: \"Message of the day\",\n outlined: \"\",\n dense: \"\"\n },\n model: {\n value: _vm.messageOfTheDay,\n callback: function ($$v) {\n _vm.messageOfTheDay = $$v;\n },\n expression: \"messageOfTheDay\"\n }\n })], 1)], 1), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_3__[\"VRow\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_3__[\"VCol\"], [_c(vuetify_lib_components_VRadioGroup__WEBPACK_IMPORTED_MODULE_7__[\"VRadioGroup\"], {\n attrs: {\n dense: \"\"\n },\n model: {\n value: _vm.status,\n callback: function ($$v) {\n _vm.status = $$v;\n },\n expression: \"status\"\n }\n }, [_c(vuetify_lib_components_VRadioGroup__WEBPACK_IMPORTED_MODULE_7__[\"VRadio\"], {\n attrs: {\n label: \"Active\",\n value: 0\n }\n }), _c(vuetify_lib_components_VRadioGroup__WEBPACK_IMPORTED_MODULE_7__[\"VRadio\"], {\n attrs: {\n label: \"Disabled\",\n value: 1\n }\n })], 1)], 1)], 1)], 1)], 1), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_3__[\"VRow\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_3__[\"VCol\"], {\n attrs: {\n align: \"right\"\n }\n }, [_c(\"SaveButton\", {\n staticClass: \"mr-4 rounded-0\",\n attrs: {\n module: \"Namespace\",\n customSaveFunction: _vm.doSave\n }\n }), _vm.obj.id ? _c(vuetify_lib_components_VBtn__WEBPACK_IMPORTED_MODULE_1__[\"VBtn\"], {\n staticClass: \"rounded-0\",\n attrs: {\n disabled: !_vm.changed,\n small: \"\",\n color: \"secondary\"\n },\n on: {\n click: _vm.reset\n }\n }, [_vm._v(\"Revert\")]) : _c(vuetify_lib_components_VBtn__WEBPACK_IMPORTED_MODULE_1__[\"VBtn\"], {\n staticClass: \"rounded-0\",\n attrs: {\n disabled: !_vm.changed,\n small: \"\",\n color: \"secondary\"\n },\n on: {\n click: _vm.clear\n }\n }, [_vm._v(\"Clear\")])], 1)], 1)], 1)], 1)], 1), _c(vuetify_lib_components_VTabs__WEBPACK_IMPORTED_MODULE_8__[\"VTabItem\"], {\n key: \"aiPrompts\"\n }, [_c(\"h2\", {\n staticClass: \"success--text\"\n }, [_vm._v(\"Namespace AI Prompts Config\")]), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_3__[\"VRow\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_3__[\"VCol\"], {\n attrs: {\n cols: \"6\"\n }\n }, [_c(vuetify_lib_components_VTextarea__WEBPACK_IMPORTED_MODULE_10__[\"VTextarea\"], {\n attrs: {\n label: \"Company Mission\",\n outlined: \"\",\n dense: \"\"\n },\n model: {\n value: _vm.namespacePrompts.companyMission,\n callback: function ($$v) {\n _vm.$set(_vm.namespacePrompts, \"companyMission\", $$v);\n },\n expression: \"namespacePrompts.companyMission\"\n }\n })], 1), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_3__[\"VCol\"], {\n attrs: {\n cols: \"6\"\n }\n }, [_c(vuetify_lib_components_VTextarea__WEBPACK_IMPORTED_MODULE_10__[\"VTextarea\"], {\n attrs: {\n label: \"Company Information\",\n outlined: \"\",\n dense: \"\"\n },\n model: {\n value: _vm.namespacePrompts.companyInfo,\n callback: function ($$v) {\n _vm.$set(_vm.namespacePrompts, \"companyInfo\", $$v);\n },\n expression: \"namespacePrompts.companyInfo\"\n }\n })], 1), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_3__[\"VCol\"], {\n attrs: {\n cols: \"6\"\n }\n }, [_c(vuetify_lib_components_VTextarea__WEBPACK_IMPORTED_MODULE_10__[\"VTextarea\"], {\n attrs: {\n label: \"Goal Orientation (Text)\",\n outlined: \"\",\n dense: \"\"\n },\n model: {\n value: _vm.namespacePrompts.goalOrientationText,\n callback: function ($$v) {\n _vm.$set(_vm.namespacePrompts, \"goalOrientationText\", $$v);\n },\n expression: \"namespacePrompts.goalOrientationText\"\n }\n })], 1), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_3__[\"VCol\"], [_c(vuetify_lib_components_VTextarea__WEBPACK_IMPORTED_MODULE_10__[\"VTextarea\"], {\n attrs: {\n label: \"Goal Orientation (Phone)\",\n outlined: \"\",\n dense: \"\"\n },\n model: {\n value: _vm.namespacePrompts.goalOrientationPhone,\n callback: function ($$v) {\n _vm.$set(_vm.namespacePrompts, \"goalOrientationPhone\", $$v);\n },\n expression: \"namespacePrompts.goalOrientationPhone\"\n }\n })], 1), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_3__[\"VCol\"], {\n attrs: {\n cols: \"6\"\n }\n }, [_c(vuetify_lib_components_VTextarea__WEBPACK_IMPORTED_MODULE_10__[\"VTextarea\"], {\n attrs: {\n label: \"Goal Orientation (Email)\",\n outlined: \"\",\n dense: \"\"\n },\n model: {\n value: _vm.namespacePrompts.goalOrientationEmail,\n callback: function ($$v) {\n _vm.$set(_vm.namespacePrompts, \"goalOrientationEmail\", $$v);\n },\n expression: \"namespacePrompts.goalOrientationEmail\"\n }\n })], 1)], 1), _c(\"h2\", {\n staticClass: \"success--text\"\n }, [_vm._v(\"Addendum summary prompts\")]), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_3__[\"VRow\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_3__[\"VCol\"], {\n attrs: {\n cols: \"6\"\n }\n }, [_c(vuetify_lib_components_VTextarea__WEBPACK_IMPORTED_MODULE_10__[\"VTextarea\"], {\n attrs: {\n label: \"Addendum Summary Step One\",\n outlined: \"\",\n dense: \"\"\n },\n model: {\n value: _vm.namespacePrompts.addendaSummaryStepOne,\n callback: function ($$v) {\n _vm.$set(_vm.namespacePrompts, \"addendaSummaryStepOne\", $$v);\n },\n expression: \"namespacePrompts.addendaSummaryStepOne\"\n }\n })], 1), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_3__[\"VCol\"], {\n attrs: {\n cols: \"6\"\n }\n }, [_c(vuetify_lib_components_VTextarea__WEBPACK_IMPORTED_MODULE_10__[\"VTextarea\"], {\n attrs: {\n label: \"Addendum Summary Step Two\",\n outlined: \"\",\n dense: \"\"\n },\n model: {\n value: _vm.namespacePrompts.addendaSummaryStepTwo,\n callback: function ($$v) {\n _vm.$set(_vm.namespacePrompts, \"addendaSummaryStepTwo\", $$v);\n },\n expression: \"namespacePrompts.addendaSummaryStepTwo\"\n }\n })], 1), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_3__[\"VCol\"], {\n attrs: {\n cols: \"6\"\n }\n }, [_c(vuetify_lib_components_VTextarea__WEBPACK_IMPORTED_MODULE_10__[\"VTextarea\"], {\n attrs: {\n label: \"Addendum Summary Step Three\",\n outlined: \"\",\n dense: \"\"\n },\n model: {\n value: _vm.namespacePrompts.addendaSummaryStepThree,\n callback: function ($$v) {\n _vm.$set(_vm.namespacePrompts, \"addendaSummaryStepThree\", $$v);\n },\n expression: \"namespacePrompts.addendaSummaryStepThree\"\n }\n })], 1)], 1), _c(\"h2\", {\n staticClass: \"success--text\"\n }, [_vm._v(\"Data Scraping Prompts\")]), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_3__[\"VRow\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_3__[\"VCol\"], {\n attrs: {\n cols: \"12\"\n }\n }, [_c(vuetify_lib_components_VTextarea__WEBPACK_IMPORTED_MODULE_10__[\"VTextarea\"], {\n attrs: {\n label: \"Data Prepend\",\n outlined: \"\",\n dense: \"\"\n },\n model: {\n value: _vm.namespacePrompts.dataPrepend,\n callback: function ($$v) {\n _vm.$set(_vm.namespacePrompts, \"dataPrepend\", $$v);\n },\n expression: \"namespacePrompts.dataPrepend\"\n }\n })], 1), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_3__[\"VCol\"], {\n attrs: {\n cols: \"6\"\n }\n }, [_c(vuetify_lib_components_VBanner__WEBPACK_IMPORTED_MODULE_0__[\"VBanner\"], {\n staticClass: \"mb-2\",\n attrs: {\n \"single-line\": \"\",\n color: \"warning\"\n }\n }, [_c(vuetify_lib_components_VIcon__WEBPACK_IMPORTED_MODULE_6__[\"VIcon\"], {\n attrs: {\n slot: \"icon\",\n color: \"white\",\n size: \"36\"\n },\n slot: \"icon\"\n }, [_vm._v(\" mdi-alert \")]), _vm._v(\" MAKE SURE TO INCLUDE THIS LINE \"), _c(\"strong\", [_vm._v(\"LAST\")]), _vm._v(\" AT THE END OF THE PROMPT: \"), _c(\"br\"), _c(\"strong\", [_vm._v(\"Contact Schema:\")]), _c(\"br\"), _c(\"strong\", [_vm._v(\"{geminiInstructionContactSchema}\")])], 1), _c(vuetify_lib_components_VTextarea__WEBPACK_IMPORTED_MODULE_10__[\"VTextarea\"], {\n attrs: {\n label: \"Data Scraper Instructions\",\n outlined: \"\",\n dense: \"\",\n height: \"400\"\n },\n model: {\n value: _vm.namespacePrompts.dataScraperInstructions,\n callback: function ($$v) {\n _vm.$set(_vm.namespacePrompts, \"dataScraperInstructions\", $$v);\n },\n expression: \"namespacePrompts.dataScraperInstructions\"\n }\n })], 1), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_3__[\"VCol\"], {\n attrs: {\n cols: \"6\"\n }\n }, [_c(vuetify_lib_components_VBanner__WEBPACK_IMPORTED_MODULE_0__[\"VBanner\"], {\n staticClass: \"mb-2\",\n attrs: {\n \"single-line\": \"\",\n color: \"warning\"\n }\n }, [_c(vuetify_lib_components_VIcon__WEBPACK_IMPORTED_MODULE_6__[\"VIcon\"], {\n attrs: {\n slot: \"icon\",\n color: \"white\",\n size: \"36\"\n },\n slot: \"icon\"\n }, [_vm._v(\" mdi-alert \")]), _vm._v(\" MAKE SURE TO INCLUDE THIS LINE \"), _c(\"strong\", [_vm._v(\"FIRST\")]), _vm._v(\" BEFORE THE PROMPT: \"), _c(\"br\"), _c(\"strong\", [_vm._v(\"Analyze the following {type} for a customer interested in buying a home:\")]), _c(\"br\"), _c(\"strong\", [_vm._v(\"{bodyText}\")])], 1), _c(vuetify_lib_components_VTextarea__WEBPACK_IMPORTED_MODULE_10__[\"VTextarea\"], {\n attrs: {\n label: \"Data Scraper Prompt\",\n outlined: \"\",\n dense: \"\",\n height: \"400\"\n },\n model: {\n value: _vm.namespacePrompts.dataScraperPrompt,\n callback: function ($$v) {\n _vm.$set(_vm.namespacePrompts, \"dataScraperPrompt\", $$v);\n },\n expression: \"namespacePrompts.dataScraperPrompt\"\n }\n })], 1)], 1)], 1), _c(vuetify_lib_components_VTabs__WEBPACK_IMPORTED_MODULE_8__[\"VTabItem\"], {\n key: \"namespaceTemplates\"\n }, [_c(\"UploadDocuments\", {\n attrs: {\n parentId: null,\n parent: _vm.documentsParentTypes.NAMESPACES\n }\n })], 1)], 1)], 1)], 1)], 1);\n};\nvar staticRenderFns = [];\nrender._withStripped = true;\n\n\n//# sourceURL=webpack:///./src/components/Namespace/NamespaceEdit.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%2257799412-vue-loader-template%22%7D!./node_modules/vuetify-loader/lib/loader.js??ref--4!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--7!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options"); /***/ }), /***/ "./node_modules/css-loader/dist/cjs.js?!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src/index.js?!./node_modules/sass-loader/dist/cjs.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/components/Namespace/NamespaceEdit.vue?vue&type=style&index=0&id=f8befc9e&lang=scss": /*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** ./node_modules/css-loader/dist/cjs.js??ref--9-oneOf-1-1!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--9-oneOf-1-2!./node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-1-3!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Namespace/NamespaceEdit.vue?vue&type=style&index=0&id=f8befc9e&lang=scss ***! \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { eval("// Imports\nvar ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../../node_modules/css-loader/dist/runtime/api.js */ \"./node_modules/css-loader/dist/runtime/api.js\");\nexports = ___CSS_LOADER_API_IMPORT___(false);\n// Module\nexports.push([module.i, \".mdc-typography-style-headline {\\n font-family: Roboto;\\n font-size: 16 .mdc-typography-style-headline --error;\\n font-size-color: red;\\n}\\n.formHeading {\\n font-weight: bold;\\n text-transform: uppercase;\\n text-align: left;\\n color: #3853A3;\\n}\\n.toolbarTitle {\\n width: 600px;\\n}\", \"\"]);\n// Exports\nmodule.exports = exports;\n\n\n//# sourceURL=webpack:///./src/components/Namespace/NamespaceEdit.vue?./node_modules/css-loader/dist/cjs.js??ref--9-oneOf-1-1!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--9-oneOf-1-2!./node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-1-3!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options"); /***/ }), /***/ "./node_modules/vue-style-loader/index.js?!./node_modules/css-loader/dist/cjs.js?!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src/index.js?!./node_modules/sass-loader/dist/cjs.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/components/Namespace/NamespaceEdit.vue?vue&type=style&index=0&id=f8befc9e&lang=scss": /*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** ./node_modules/vue-style-loader??ref--9-oneOf-1-0!./node_modules/css-loader/dist/cjs.js??ref--9-oneOf-1-1!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--9-oneOf-1-2!./node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-1-3!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Namespace/NamespaceEdit.vue?vue&type=style&index=0&id=f8befc9e&lang=scss ***! \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { eval("// style-loader: Adds some css to the DOM by adding a