Releases: ainft-team/ainft-js
Releases · ainft-team/ainft-js
2.1.2
2.1.1
2.1.0
Release Notes
2.1.0
Features
- api(ai): add mock apis (#265)
- api(assistant): add mint, list assistants API (#267, #280, #293, #303, #312)
- api(thread): add list threads API (#268, #277, #299, #309, #316)
- api(wallet): add signer support when initialize sdk client (#269)
- api(assistant): allow user to create, update, delete assistant for whitelisted objects (#276)
- api(blockchain): add connect() and disconnet() method for blockchain connection (#281, #301, #304, #306)
- api(ai): add list tokens by status API (#286)
- api(thread): set automatically thread title (#287)
- api(model): add
gpt-4o
,gpt-4o-mini
model support (deprecation ofgpt-3.5-turbo
) (#292, #314) - api(event-handler): add isConnected() method for checking blockchain connection (#294)
- api(nft): add metadata for ainft object (#295, #302, #305)
- api(blockchain): increase transaction size limit (10kb -> 100kb) (#298)
- api(nft): search ainft objects using slug and ordering option (#307, #310)
Bug Fixes
- fix: prevent api call overlap with setTimeout (#273)
- fix: add missing param (#282)
- fix: fix read option for blockchain data (#285)
- fix: check transaction size (#291)
Chores
2.0.1
2.0.0
Release Notes
2.0.0
Features
Chat Features:
- Assistant: AI conversational agents with custom instructions and model selection.
- Thread: Conversations with the AI assistant.
- Message: Texts sent in a thread.
- Credit: Currency needed to use Chat features.
This includes:
- api(chat): configure chat (#233)
- api(assistant): create, update, delete, get assistant (#234, #239, #240, #241)
- api(thread): create, update, delete, get thread (#243, #244, #245)
- api(message): create, update, get, list message (#246, #247)
- api(ainize_credit): deposit Ainize credit (#248)
- allow third-party service supported by ainize (#255)
Bug Fixes
- ci: fix broken test workflow issue (#251)
- fix message format issue (#252)
- minor fixes (#255)
- fix write, gc rule issue (#257)