Overview
A single Agent can answer multiple questions, each with different response types. Unify ensures that Agents adhere to the response types you specify to give you fine-grained control over AI.
An example of an Agent using various response types.
Response types
True / False
Agents will respond with eitherTrue or False to a question of this type. This is best for simple questions:
- Does this company have an office in San Francisco?
- Is there a pricing page on this company’s website?
Number
Agents will respond with a number to a question of this type. This is best for questions that require a numerical answer:- What was the revenue for this company last year?
- How many years of full-time experience does this person have?
Select
Agents will respond with a single option from a list that you specify. This is best for multiple-choice questions:- Is this company B2B, B2C, or B2G?
- Options:
B2B,B2C,B2G - Answer:
B2B
- Options:
Allow multiple options checkbox to enable this.
When enabled, the Agent will respond with zero, one, or multiple options.
- Which of the following funding rounds has this company completed?
- Options:
Seed,Series A,Series B,Series C,Series D,Series E - Answer:
Seed,Series A
- Options: