Skip to content

v3.3.4

Compare
Choose a tag to compare
@github-actions github-actions released this 29 May 19:44
· 796 commits to develop since this release

πŸš€ Features

  • Added the os.capturePortalScreenshot() function.
    • This function can be used to get a screenshot of the gridPortal.
  • Made systemPortal panel resizable.
  • Added the ai.stream.chat() function.
    • Works exactly like ai.chat(), except that it returns a promise that resolves with an AsyncIterable object that can be iterated using a for await...of expression.
    • Each value is part of the response from the chat model.
    • Useful for displaying the partial results from an AI chat model to the user so they can see the model working.
  • Added the experiment.createStaticHtmlFromBots() function.
    • Useful for creating a static HTML file that has an AUX file embeded in it.