addedInput schema / properties / artifact_type
Added value: +{
+ "enum": [
+ "blog",
+ "linkedin_post",
+ "proposal",
+ "upwork_answer",
+ "email",
+ "bio",
+ "cover_letter",
+ "case_study",
+ "comment",
+ "newsletter",
+ "landing_page_copy",
+ "form_answer",
+ "strategy_note",
+ "operating_doctrine",
+ "decision_log",
+ "research_synthesis",
+ "outreach",
+ "follow_up",
+ "objection_response",
+ "correspondence_response",
+ "one_pager",
+ "work_sample",
+ "portfolio_summary",
+ "founder_pov",
+ "framework_essay",
+ "cfo_memo",
+ "board_finance_brief",
+ "qew_report",
+ "scenario_analysis",
+ "capital_allocation_brief",
+ "kpi_narrative",
+ "market_commentary",
+ "custom"
+ ],
+ "type": "string"
+}
addedInput schema / properties / audience
Added value: +{
+ "type": "string"
+}
addedInput schema / properties / format
Added value: +{
+ "enum": [
+ "short",
+ "long",
+ "bullets",
+ "paste_safe",
+ "markdown",
+ "html",
+ "email_safe",
+ "json"
+ ],
+ "type": "string"
+}
addedInput schema / properties / lane
Added value: +{
+ "enum": [
+ "external",
+ "internal",
+ "sales",
+ "authority",
+ "application",
+ "regulated_financial"
+ ],
+ "type": "string"
+}
addedInput schema / properties / source_content
Added value: +{
+ "type": "string"
+}
addedInput schema / properties / source_context
Added value: +{
+ "type": [
+ "object",
+ "string"
+ ]
+}
changedInput schema / required
Previous value: -[
- "tenant_id",
- "draft_id",
- "refinement_instruction"
-]New value: +[
+ "tenant_id",
+ "refinement_instruction"
+]