v3.3.4
·
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 anAsyncIterable
object that can be iterated using afor 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.
- Works exactly like
- Added the
experiment.createStaticHtmlFromBots()
function.- Useful for creating a static HTML file that has an AUX file embeded in it.