Skip to content

Commit

Permalink
# 1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Panico committed Oct 22, 2024
1 parent 3c022ae commit 09ea874
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
### **Copyrigth**:
*Tiledesk SRL*

# 1.21.1
- **bug-fixed**: minor improvements

# 1.21.0

# 1.21.0-rc.12
Expand Down
4 changes: 2 additions & 2 deletions 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.21.0",
"version": "1.21.1",
"license": "MIT",
"homepage": "https://www.tiledesk.com",
"repository": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,8 @@ export class CdsActionGPTTaskComponent implements OnInit {
context: this.action.context,
model: this.action.model,
max_tokens: this.action.max_tokens,
temperature: this.action.temperature
temperature: this.action.temperature,
formatType: this.action.formatType
}

this.showAiError = false;
Expand Down

0 comments on commit 09ea874

Please sign in to comment.