Skip to content

Commit

Permalink
Merge pull request #323 from ainft-team/release/2.1.2
Browse files Browse the repository at this point in the history
Upgrade version to 2.1.2
  • Loading branch information
jiyoung-an authored Sep 27, 2024
2 parents 7aeceb1 + 7f709a6 commit d845e1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ainft-team/ainft-js",
"main": "dist/ainft.js",
"types": "dist/ainft.d.ts",
"version": "2.1.1",
"version": "2.1.2",
"engines": {
"node": ">=16"
},
Expand Down
1 change: 1 addition & 0 deletions src/ai/thread.ts
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ export class Threads extends FactoryBase {
id: assistant.id,
objectId,
tokenId,
owner: token.owner,
model: assistant.config.model,
name: assistant.config.name,
instructions: assistant.config.instructions,
Expand Down

0 comments on commit d845e1b

Please sign in to comment.