Skip to content

Commit

Permalink
### 1.7.0 in PROD
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Panico committed May 15, 2024
1 parent 6ed0db8 commit b38e498
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
*Giovanni Troisi*
### **Copyrigth**: *Tiledesk SRL*

### 1.7.0 in PROD

### 1.7.0-rc.1
👉 **added**: GPT-4o model into gpts actions
👉 **added**: dynamic label to delay-slider component
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiledesk/cds",
"author": "Tiledesk SRL",
"version": "1.7.0-rc.1",
"version": "1.7.0",
"license": "MIT",
"homepage": "https://www.tiledesk.com",
"repository": {
Expand Down
12 changes: 6 additions & 6 deletions src/app/chatbot-design-studio/utils-variables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ export var variableList: Array<{key: string, elements: Array<any>}> = [
{ name: 'strong Authenticated', value: 'strongAuthenticated', description: 'CDSvariablesList.leadAttributesElements.strongAuthenticated.description', src: '', icon:'password'}
]
},
{ key: 'voiceFlow',
elements: [
{ name: 'event', value: 'event', description: 'CDSvariablesList.voiceFlowElements.event.description', src: '', icon:'perm_phone_msg'},
{ name: 'last block', value: 'lastBlock', description: 'CDSvariablesList.voiceFlowElements.lastBlock.description', src: '', icon:'perm_phone_msg'},
]
}
// { key: 'voiceFlow',
// elements: [
// { name: 'event', value: 'event', description: 'CDSvariablesList.voiceFlowElements.event.description', src: '', icon:'perm_phone_msg'},
// { name: 'last block', value: 'lastBlock', description: 'CDSvariablesList.voiceFlowElements.lastBlock.description', src: '', icon:'perm_phone_msg'},
// ]
// }
]

0 comments on commit b38e498

Please sign in to comment.