Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions api-reference/openapi.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -29274,6 +29274,10 @@
"html": {
"type": "string",
"description": "Only present when `dry_run` is `true`: the complete email HTML exactly as recipients would receive it, after sanitization."
},
"agent_instructions": {
"type": "string",
"description": "Present when the submitted HTML body does not follow the default email layout (no `max-width:600px` wrapper table): guidance telling the calling AI SRE agent how to conform. Advisory only — a format the caller deliberately chose needs no change. Returned on dry runs and real sends alike."
}
}
},
Expand Down
4 changes: 4 additions & 0 deletions api-reference/openapi.zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -29274,6 +29274,10 @@
"html": {
"type": "string",
"description": "仅当 `dry_run` 为 `true` 时返回:清洗后、收件人将收到的完整邮件 HTML。"
},
"agent_instructions": {
"type": "string",
"description": "当提交的 HTML 正文不符合默认邮件版式(缺少 `max-width:600px` 外层包裹表格)时返回:告知调用的 AI SRE agent 如何对齐的指引。仅为建议——调用方有意选择的格式无需改动。dry run 与真实发送均会返回。"
}
}
},
Expand Down
4 changes: 4 additions & 0 deletions api-reference/platform.openapi.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -4581,6 +4581,10 @@
"html": {
"type": "string",
"description": "Only present when `dry_run` is `true`: the complete email HTML exactly as recipients would receive it, after sanitization."
},
"agent_instructions": {
"type": "string",
"description": "Present when the submitted HTML body does not follow the default email layout (no `max-width:600px` wrapper table): guidance telling the calling AI SRE agent how to conform. Advisory only — a format the caller deliberately chose needs no change. Returned on dry runs and real sends alike."
}
}
},
Expand Down
4 changes: 4 additions & 0 deletions api-reference/platform.openapi.zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -4581,6 +4581,10 @@
"html": {
"type": "string",
"description": "仅当 `dry_run` 为 `true` 时返回:清洗后、收件人将收到的完整邮件 HTML。"
},
"agent_instructions": {
"type": "string",
"description": "当提交的 HTML 正文不符合默认邮件版式(缺少 `max-width:600px` 外层包裹表格)时返回:告知调用的 AI SRE agent 如何对齐的指引。仅为建议——调用方有意选择的格式无需改动。dry run 与真实发送均会返回。"
}
}
},
Expand Down
Loading