fix: remove hallucinated book title from marketing_campaign schema example

The schema hint on the task_name field contained a fictional example title
('The Starfall Accord Launch') that Maya was reading literally and using as
the real book name. Replaced with a neutral placeholder that explicitly
instructs Maya to use the ACTUAL title from the campaign brief.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
David Baity
2026-04-28 20:02:41 -04:00
parent 0b315a2d92
commit 661d4bf866

View File

@@ -42,7 +42,7 @@ steps:
packet_type: PlanningResponsePacket packet_type: PlanningResponsePacket
schema: schema:
tasks: tasks:
- task_name: "string -- descriptive name, e.g. 'Social Media Pack: The Starfall Accord Launch'" - task_name: "string -- descriptive name using the ACTUAL book title from the campaign brief above, e.g. 'Social Media Pack: <real book title from brief>'"
description: "string -- full brief for this content piece: product, audience, channel, phase, tone, CTA, word count" description: "string -- full brief for this content piece: product, audience, channel, phase, tone, CTA, word count"
agents: agents:
- "string -- Zara (for copy/creative), Leo (for strategy/research)" - "string -- Zara (for copy/creative), Leo (for strategy/research)"