Skip to content

Commit 09ea874

Browse files
author
Gabriele Panico
committed
# 1.21.1
1 parent 3c022ae commit 09ea874

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
### **Copyrigth**:
88
*Tiledesk SRL*
99

10+
# 1.21.1
11+
- **bug-fixed**: minor improvements
12+
1013
# 1.21.0
1114

1215
# 1.21.0-rc.12

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tiledesk/cds",
33
"author": "Tiledesk SRL",
4-
"version": "1.21.0",
4+
"version": "1.21.1",
55
"license": "MIT",
66
"homepage": "https://www.tiledesk.com",
77
"repository": {

src/app/chatbot-design-studio/cds-dashboard/cds-canvas/actions/list/cds-action-gpt-task/cds-action-gpt-task.component.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,8 @@ export class CdsActionGPTTaskComponent implements OnInit {
354354
context: this.action.context,
355355
model: this.action.model,
356356
max_tokens: this.action.max_tokens,
357-
temperature: this.action.temperature
357+
temperature: this.action.temperature,
358+
formatType: this.action.formatType
358359
}
359360

360361
this.showAiError = false;

0 commit comments

Comments
 (0)