ThinkAutomation のリリース
Released: Aug 16, 2023
v5.0.968 での更新項目
機能
- Added 'Max Wait Seconds' PowerShell action. This prevents scripts that do not properly handle timeouts from halting execution of the Automation.
- Added 'Export' option to Message Store Viewer which exports the current view to a CSV file.
- Added 'Disable Auto Logout On Screen Lock' option to Studio Preferences. This prevents the Studio from automatically logging out when the Microsoft Windows screen is locked.
- The Embedded Knowledge Store Browser now allows you to import web pages from a URL...
Released: Aug 7, 2023
v5.0.965 での更新項目
機能
- Added export/import option to Automation editor.
- Web Chat form message source types now allow File Upload. If enabled users can upload a file to send with the current chat message. The uploaded file will be added to the incoming message as an attachment.
- Web Form message source types now allow File input field types. A File input allows the user to select a file to upload. Uploaded files will be added to the incoming message as attachments.
Released: Jul 14, 2023
v5.0.960 での更新項目
機能
- Added gpt-4 model to 'ChatGPT' action available model list.
- Added 'Require Moderation' to ChatGPT action, requires that the prompt sent to ChatGPT complies with OpenAI usage policies. This option should be enabled when creating public facing chat bots, email responders etc.
- Added 'Required' option to 'Add Static Context' option on ChatGPT action.
- The 'Text Operation' action now allows HTML tags with specified class or ID names to be dropped when converting HTML to Plaintext, XML, JSON or...
Released: Jul 3, 2023
v5.0.955 での更新項目
機能
- Added new 'Message Store Operation' action. This action can be used to return a conversation. A conversation is a transcript of message store messages between two email addresses with the same subject. The list can be returned in Markdown, JSON, CSV or HTML format. The Message Store Operation action can also be used to drop the current message (preventing it from being saved in the message store) and to drop a conversation.
- Added a tag entry to Knowledge Store articles. The tag can be any...
Released: Jun 15, 2023
v5.0.950 での更新項目
機能
- Improved the Embedded Knowledge Store Browser. You can now drag and drop files and documents onto the 'Titles' list to quickly import into the knowledge store. Microsoft Outlook message files (*.msg) can now also be imported.
- Added 'HTML To Markdown' conversion option to 'Set Variable', 'Text Operation' and 'HTTP Get' actions.
- Added 'gpt-3.5-turbo-16k' model to ChatGPT action model list. This model allows 4x larger context.
- Added Open Document (ODT) file support for the 'Create Document'...
Released: Jun 8, 2023
v5.0.946 での更新項目
機能
- When creating a new 'Web Chat' message source the Studio will now ask if you want to use 'ChatGPT with Knowledge Store' when creating the new Automation.
- Added new 'Web Spider' action. This action spiders a website for all URLs. The URLs are returned to a variable (one per line). You can then use the HTTP Get action as part of a 'For Each.. Line In' loop to read all pages from a site. This is useful when building a Knowledge Store from an existing website.
- General improvements and bug fixes...
Released: Jun 2, 2023
v5.0.945 での更新項目
機能
- Added new 'Embedded Knowledge Store' action. This action can be used to save knowledge base articles. You can then search the knowledge base and return the top 'x' most relevant articles. This is especially useful when used with the ChatGPT action in order to provide context to a question. This enables you to create a chat bot that can answer specific company/product information based on a local knowledge base, or automate answers to emails, support requests etc.
- Added new 'Add Context To A...
Released: May 16, 2023
v5.0.940 での更新項目
機能
- Added a new Message Source type: Web Chat. This is similar to the Web Form message source type but each message/automation response is shown in a conversation-style UI. It can be used to create web chat bots, especially when the Automation uses the ChatGPT action. This allows bots to use ChatGPT and also access and return on-premises data depending on the message asked.
- Added 'Create Chat Input Request' action. This new action can be used with the new Web Chat message source. Use it to create...
Released: Apr 3, 2023
v5.0.932 での更新項目
機能
- Added ChatGPT action for sending a prompt to OpenAI ChatGPT and receiving a response.
Released: Mar 27, 2023
v5.0.930 での更新項目
機能
- Automation Live Debugging - You can now debug an Automation from the Studio and step through actions to see current variable values.
- The 'File Operation' action 'Copy' operation now has an 'Overwrite' setting and you can also specify a different destination file name.
不具合の修正
- Fixed issue with Database Lookup action where column assignments used column numbers instead of names.
- Fixed issue with non-admin user not allowed to reprocess messages even when Allowed To Reprocess right enabled for the...