πvCon Faker
Generate synthetic vCons with LLM-written dialog, TTS audio, and S3 upload β the standard way to create test data.
When to use it
Use the synthetic-data consent pattern
{
"parties": [
{ "name": "Alice", "role": "customer", "validation": "synthetic" },
{ "name": "Bob", "role": "agent", "validation": "synthetic" }
],
"attachments": [
{
"purpose": "synthetic_data_consent",
"party": 0,
"dialog": 0,
"encoding": "json",
"body": "{\"origin\":\"vcon_faker\",\"prompt_version\":\"2026-05-18\"}"
}
]
}Running locally
See also
Last updated
Was this helpful?