gateway/prompts/20260322-174207-047-email_composition_prompt.txt
2026-03-22 19:46:50 +01:00

22 lines
635 B
Text

Compose an email based on this context:
-------
Compose an email. The upstream AI step did not produce output.
-------
Recipients: (not specified - this is a draft)
Style: business
Max length: 1000 characters
Available_Document_References:
- (no documents)
Based on the context, decide which documents to attach.
CRITICAL: Use EXACT document references from Available_Document_References above. For individual documents: ALWAYS use docItem:<documentId>:<filename> format (include filename)
Return JSON:
{
"subject": "subject line",
"body": "email body (HTML allowed)",
"attachments": ["docItem:<documentId>:<filename>"]
}