Templates
Design, structure, and collect key insights critical to your mission.
Do It Yourself
Using the types provided in the client library, we can quickly build a simple template to collect high level information about a company.
There a few things to call out here:
A Template has four important parameters:
name
: A simple name for your Template based on the entity you're buildingdescription
: An optional input that helps further understand your intent with this templatefields
: The structured outputs you'd like to see in your final Profile.questions
: Long form research questions that will drive deeper research and produce long form answers.
Check out the full Client Docs to see all available parameters for the Templates.
Let AI Help
Sometimes, you don't want to come up with a Template on your own. Use a simple description of your use case to create a Template, and Evrim will create a detailed Template you get started with or edit yourself.
Status
This is a good time to mention status in Evrim.
Almost all of Evrim's operations from collection to prompt-generated templates happen in real time, and sometimes, With this in mind, we felt it was important for everything we do to happen in a fashion that feels fast and responsive for our API users.
Operations that take some time come with a status indicator that let's the developer know the individual status of each operation but will always return near instantly to never block the rest of the application. Please see the API Reference for in depth details about the different status types.
In the client, status can be one of four different values:
W: Waiting to be processed
P: Processing
C: Completed
F: Failed to process
Before putting our Template to use, let's take a second to better understand Evrim's bread and butter, Fields.
Last updated