📄️ AI Model Application
This block allows you to apply AI model to process an input. The configurable options of the AI model application block is as follows:
📄️ Camera
The camera block is used to use the camera as input and take what capture as output. There is no specific configuration for this block.
📄️ Talk to Assistant
This block allows you to send a message to the assistant (based on ChatGPT). If you pass a text to this block, the chat dialog will be shown and the assistant will reply to the message.
📄️ Download
The download block is used to save whatever it receives as input to a file.
📄️ Javascript Execution
The Javascript Execution block allows you to execute Javascript code in the browser. This is useful for doing complex operations that are not supported by other blocks.
📄️ PencilKit
PencilKit is a new framework that provides a canvas for drawing and annotating with the Apple Pencil. Compatibility for macOS is added. You can use PencilKit Block add annotations to your image and output a new image.
📄️ Photo Library
The Photo Library block allows you to access the user's photo library and use the selected image as output. There is no specific configuration for this block.
📄️ Printing Results
This block is used to print the results of a query to the console. The print block is useful for debugging and testing queries.
📄️ URL Schema Opener
This block allows you to open a URL with a specific schema. For example, you can use this block to open a URL with the mailto schema to open the email app.
📄️ Visual Text Recognition
The Visual Text Recognition block is used to recognize text in an image. The block must accept an image as input and output the text that is recognized in the image. Result is return as primitive type visionObservation.