Custom Data Schemas allows you to create your own customized databases that both you and your AI Agent can interact with in order to perform its duties. They provide a key point of customization for your AI Agent.
Creating a new Custom Data Schema
Custom data schemas can be created by by going to the “Advanced” sub-menu of the “Configuration” menu.
...
You can then select “Create New Schema” in order to get started:
...
You should now see an empty form that allows you to configure your schema.
...
The first step is to assign your machine name. This fields gives a name for the schema that will be used to reference it, for example in URLs or in smart chain steps.
The machine name should be composed like a variable name would be in code. That means it should be lowercase and contain underscores instead of spaces. For example, if your data schema has the Title
of “Sales Proposal”, then a good choice for the machine name would be sales_proposal
.
The Title
can be pretty much anything you want. But the Description
field can be important because it will be provided to the AI if it ever needs to generate data in this format.