ThinkAutomation v5.0.1010

Released: Oct 15, 2024

v5.0.1010 での更新項目

機能

  • Added support for OptimaGPT. OptimaGPT is Parker Software's on-premises or private-cloud hosted generative AI server. This allows you to use the ChatGPT action with a private AI server - removing the need to send private data to OpenAI.
  • Added the 'Append To PDF Document' action which appends document files or any text to an existing PDF document.
  • Added new built-in variables %Msg_ViewUrl% and %Msg_ViewUrlLocal%. These provide public and local URLs for viewing the current message in a browser. The URL's contain a secure hash.
  • Added the 'Search Message Store' operation to the Message Store Operation action. This allows you to search the ThinkAutomation Message Store and return the search results as JSON, Markdown, CSV or a HTML table. The results include a URL to view the full message.
  • Added GPT-4o-mini model to the available models list for the ChatGPT action.
  • Added a new option in server settings to define available ChatGPT models. This allows you to use new OpenAI models without waiting for a ThinkAutomation update.
  • Added 'Force Remote Path To' option to the 'FTP Upload' action. This allows you to use a fixed or variable remote path even if it doesn't exist on the remote server. An option to create any missing path has been added.
  • The Web Form message source - File upload input type now allows mime types to be specified in the file types. The value in the 'File Types' entry for the file upload field will be set to the accept value for the HTML form field. You can also also specify a blank value for the 'File Types' - this will allow files of any type to be submitted.
  • The 'Save As PDF' action now allows you to use raw HTML (or %variable% containing HTML text) when rendering. Previously this needed to be a filename or URL.
  • The Search option in the Message Store viewer will now work with multiple search terms by using the + character. For example: sales+orders - would search for messages containing 'sales' AND 'orders'. If a search term itself should contain a + character then enclose it in double-quotes.

不具合の修正

  • Fixed issue with Move Incoming Message action not working when using an Exchange Message Source.
  • Fixed issue with Create Document action not rendering document contents on newly created actions.
  • Message Store searches are now case-insensitive when using PostgreSQL as the message store type.