Skip to content

Commit bbfc0d8

Browse files
authored
Merge pull request #413 from flashcatcloud/feat/ai-sre
Feat/ai sre
2 parents 4824407 + d42e8e8 commit bbfc0d8

4 files changed

Lines changed: 16 additions & 0 deletions

File tree

‎api-reference/openapi.en.json‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29274,6 +29274,10 @@
2927429274
"html": {
2927529275
"type": "string",
2927629276
"description": "Only present when `dry_run` is `true`: the complete email HTML exactly as recipients would receive it, after sanitization."
29277+
},
29278+
"agent_instructions": {
29279+
"type": "string",
29280+
"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."
2927729281
}
2927829282
}
2927929283
},

‎api-reference/openapi.zh.json‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29274,6 +29274,10 @@
2927429274
"html": {
2927529275
"type": "string",
2927629276
"description": "仅当 `dry_run` 为 `true` 时返回:清洗后、收件人将收到的完整邮件 HTML。"
29277+
},
29278+
"agent_instructions": {
29279+
"type": "string",
29280+
"description": "当提交的 HTML 正文不符合默认邮件版式(缺少 `max-width:600px` 外层包裹表格)时返回:告知调用的 AI SRE agent 如何对齐的指引。仅为建议——调用方有意选择的格式无需改动。dry run 与真实发送均会返回。"
2927729281
}
2927829282
}
2927929283
},

‎api-reference/platform.openapi.en.json‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4581,6 +4581,10 @@
45814581
"html": {
45824582
"type": "string",
45834583
"description": "Only present when `dry_run` is `true`: the complete email HTML exactly as recipients would receive it, after sanitization."
4584+
},
4585+
"agent_instructions": {
4586+
"type": "string",
4587+
"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."
45844588
}
45854589
}
45864590
},

‎api-reference/platform.openapi.zh.json‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4581,6 +4581,10 @@
45814581
"html": {
45824582
"type": "string",
45834583
"description": "仅当 `dry_run` 为 `true` 时返回:清洗后、收件人将收到的完整邮件 HTML。"
4584+
},
4585+
"agent_instructions": {
4586+
"type": "string",
4587+
"description": "当提交的 HTML 正文不符合默认邮件版式(缺少 `max-width:600px` 外层包裹表格)时返回:告知调用的 AI SRE agent 如何对齐的指引。仅为建议——调用方有意选择的格式无需改动。dry run 与真实发送均会返回。"
45844588
}
45854589
}
45864590
},

0 commit comments

Comments
 (0)