Build
Setup and build a BRK
Selecting a Template
The templater let’s you look into our cherry-picked (upcoming) BRKs.
Currently, you can either create a blank BRK, or resume your existing Draft BRK.
We are actively working on adding BRK templates.
Building a BRK
In the Builder, you have two methods of building your prompt (BRK). Whilst both methods provide the same functionality, you may prefer one method over the other.
Manual Input
The first method is through typing in the Editor with built-in BRX functionality.
When wanting to spawn BRK Embeds, such as a Variable, or a Dependency, you can either

Type "brx{{" and select from the menu

Click on the plus sign in the top right, and insert the desired object
A draggable icon will appear when hovering over the BRK Embed, holding it will let you move the Embed.
BRK Operations
The second method is a Data Table view of the prompt. Here you can manipulate your prompt by adding, deleting, and reordering snippets of data manually.
Function Calling
Function Calling is a format trained into a model in order to consistently output JSON format, used for passing to your own functions.
Utilizing function calling is an excellent way to segment the output structure you are looking for from your instructions.
At BRX, we simply call it Output Structure.
This feature is accessible via a button in the top right of the BRK Builder.
Upon opening the Output Structure Modal, you are greeted with
- Name of the function you are looking to pass the object to. Note that this is can be arbitrary, however required. This helps with object structure digestion.
- Description of the function. Same as the name, helps with digestion.
- Property field. Name, Description, Type (string, number)