Chat GPT
Doc Variables now integrates with Chat GPT to generate content in your templates.
Syntax
${[VARIABLE_NAME]::gpt}
${[VARIABLE_NAME]::gpt::~[DEFAULT_PROMPT]}
Examples
Standard
Definition:
${GPT1::gpt}Input:
Prompt:Write an agenda for an introductory sales call
World Limit:30
Output:
- Greet the prospect and establish rapport.
 - Introduce yourself and your company.
 - Understand the prospect's needs and challenges.
 - Present how your product/service can address those needs.
 - Discuss pricing and next steps.
 - Thank the prospect and schedule a follow-up call.
 
Default Object
Definition:
${GPT1::gpt::~Write an agenda for an introductory sales call}Input:
Leave the field default prefilled.
World Limit:30
Output:
- Greet the prospect and establish rapport.
 - Introduce yourself and your company.
 - Understand the prospect's needs and challenges.
 - Present how your product/service can address those needs.
 - Discuss pricing and next steps.
 - Thank the prospect and schedule a follow-up call.