From 610c8d43da1cf4b5f98f3f982d607016a93a9109 Mon Sep 17 00:00:00 2001 From: "braintrust-bot[bot]" <215900051+braintrust-bot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 18:16:58 +0000 Subject: [PATCH] chore: Update platform types --- generated_types.json | 8 ++-- js/src/generated_plain_types.ts | 78 +++++++++++++++++++++++--------- js/src/generated_types.ts | 2 +- js/util/generated_plain_types.ts | 78 +++++++++++++++++++++++--------- js/util/generated_types.ts | 2 +- 5 files changed, 120 insertions(+), 48 deletions(-) diff --git a/generated_types.json b/generated_types.json index 4d2f52d5d..bab421089 100644 --- a/generated_types.json +++ b/generated_types.json @@ -4371,7 +4371,7 @@ "type": "string", "minLength": 1, "maxLength": 10000, - "description": "Instructions for Loop to format content sent to this destination" + "description": "Publish a Slack mrkdwn digest.\n\nInclude a complete \"*Pattern outcomes*\" section with one row for every selected Pattern from the run report, including created, updated, unchanged, failed, skipped, and newly inactive outcomes.\n\nUse this row format exactly:\n• — `outcome`\n\nIf a Pattern has no URL, use the plain title instead. Do not use GitHub Markdown tables or code-block tables, because links must remain clickable. Do not omit any selected Pattern. If there are no selected Patterns, say \"No pattern outcomes.\"\n\nAfter the outcome list, include a \"*Highlights*\" section with one very short paragraph, 2-3 sentences maximum. Summarize what changed or what broadly stands out from this run. Do not introduce new claims beyond the run report." } }, "required": ["type", "workspace_id", "channel"] @@ -4658,7 +4658,7 @@ "type": "string", "minLength": 1, "maxLength": 10000, - "description": "Instructions for Loop to format content sent to this destination" + "description": "Publish a Slack mrkdwn digest.\n\nInclude a complete \"*Pattern outcomes*\" section with one row for every selected Pattern from the run report, including created, updated, unchanged, failed, skipped, and newly inactive outcomes.\n\nUse this row format exactly:\n• — `outcome`\n\nIf a Pattern has no URL, use the plain title instead. Do not use GitHub Markdown tables or code-block tables, because links must remain clickable. Do not omit any selected Pattern. If there are no selected Patterns, say \"No pattern outcomes.\"\n\nAfter the outcome list, include a \"*Highlights*\" section with one very short paragraph, 2-3 sentences maximum. Summarize what changed or what broadly stands out from this run. Do not introduce new claims beyond the run report." } }, "required": ["type", "workspace_id", "channel"] @@ -6698,7 +6698,7 @@ "type": "string", "minLength": 1, "maxLength": 10000, - "description": "Instructions for Loop to format content sent to this destination" + "description": "Publish a Slack mrkdwn digest.\n\nInclude a complete \"*Pattern outcomes*\" section with one row for every selected Pattern from the run report, including created, updated, unchanged, failed, skipped, and newly inactive outcomes.\n\nUse this row format exactly:\n• — `outcome`\n\nIf a Pattern has no URL, use the plain title instead. Do not use GitHub Markdown tables or code-block tables, because links must remain clickable. Do not omit any selected Pattern. If there are no selected Patterns, say \"No pattern outcomes.\"\n\nAfter the outcome list, include a \"*Highlights*\" section with one very short paragraph, 2-3 sentences maximum. Summarize what changed or what broadly stands out from this run. Do not introduce new claims beyond the run report." } }, "required": ["type", "workspace_id", "channel"], @@ -7566,7 +7566,7 @@ "type": "string", "minLength": 1, "maxLength": 10000, - "description": "Instructions for Loop to format content sent to this destination" + "description": "Publish a Slack mrkdwn digest.\n\nInclude a complete \"*Pattern outcomes*\" section with one row for every selected Pattern from the run report, including created, updated, unchanged, failed, skipped, and newly inactive outcomes.\n\nUse this row format exactly:\n• — `outcome`\n\nIf a Pattern has no URL, use the plain title instead. Do not use GitHub Markdown tables or code-block tables, because links must remain clickable. Do not omit any selected Pattern. If there are no selected Patterns, say \"No pattern outcomes.\"\n\nAfter the outcome list, include a \"*Highlights*\" section with one very short paragraph, 2-3 sentences maximum. Summarize what changed or what broadly stands out from this run. Do not introduce new claims beyond the run report." } }, "required": ["type", "workspace_id", "channel"] diff --git a/js/src/generated_plain_types.ts b/js/src/generated_plain_types.ts index 7bf6fd7b2..4803b909f 100644 --- a/js/src/generated_plain_types.ts +++ b/js/src/generated_plain_types.ts @@ -1,4 +1,4 @@ -// Auto-generated file (content hash 9963a3f7375263a4) -- do not modify +// Auto-generated file (content hash 57e68e3bee66f80f) -- do not modify export type AclObjectTypeType = /** @@ -4869,11 +4869,20 @@ export type WindowedAutomationConfigType = { */ string | undefined; formatting_prompt?: /** - * Instructions for Loop to format content sent to this destination - * - * @minLength 1 - * @maxLength 10000 - */ + * Publish a Slack mrkdwn digest. + + Include a complete "*Pattern outcomes*" section with one row for every selected Pattern from the run report, including created, updated, unchanged, failed, skipped, and newly inactive outcomes. + + Use this row format exactly: + • — `outcome` + + If a Pattern has no URL, use the plain title instead. Do not use GitHub Markdown tables or code-block tables, because links must remain clickable. Do not omit any selected Pattern. If there are no selected Patterns, say "No pattern outcomes." + + After the outcome list, include a "*Highlights*" section with one very short paragraph, 2-3 sentences maximum. Summarize what changed or what broadly stands out from this run. Do not introduce new claims beyond the run report. + * + * @minLength 1 + * @maxLength 10000 + */ string | undefined; } >; @@ -5084,11 +5093,20 @@ export type TopicDigestAutomationConfigType = { */ string | undefined; formatting_prompt?: /** - * Instructions for Loop to format content sent to this destination - * - * @minLength 1 - * @maxLength 10000 - */ + * Publish a Slack mrkdwn digest. + + Include a complete "*Pattern outcomes*" section with one row for every selected Pattern from the run report, including created, updated, unchanged, failed, skipped, and newly inactive outcomes. + + Use this row format exactly: + • — `outcome` + + If a Pattern has no URL, use the plain title instead. Do not use GitHub Markdown tables or code-block tables, because links must remain clickable. Do not omit any selected Pattern. If there are no selected Patterns, say "No pattern outcomes." + + After the outcome list, include a "*Highlights*" section with one very short paragraph, 2-3 sentences maximum. Summarize what changed or what broadly stands out from this run. Do not introduce new claims beyond the run report. + * + * @minLength 1 + * @maxLength 10000 + */ string | undefined; }; topic_map_function_ids?: /** @@ -5217,11 +5235,20 @@ export type ProjectAutomationType = { */ string | undefined; formatting_prompt?: /** - * Instructions for Loop to format content sent to this destination - * - * @minLength 1 - * @maxLength 10000 - */ + * Publish a Slack mrkdwn digest. + + Include a complete "*Pattern outcomes*" section with one row for every selected Pattern from the run report, including created, updated, unchanged, failed, skipped, and newly inactive outcomes. + + Use this row format exactly: + • — `outcome` + + If a Pattern has no URL, use the plain title instead. Do not use GitHub Markdown tables or code-block tables, because links must remain clickable. Do not omit any selected Pattern. If there are no selected Patterns, say "No pattern outcomes." + + After the outcome list, include a "*Highlights*" section with one very short paragraph, 2-3 sentences maximum. Summarize what changed or what broadly stands out from this run. Do not introduce new claims beyond the run report. + * + * @minLength 1 + * @maxLength 10000 + */ string | undefined; }; } @@ -5449,11 +5476,20 @@ export type ProjectAutomationType = { */ string | undefined; formatting_prompt?: /** - * Instructions for Loop to format content sent to this destination - * - * @minLength 1 - * @maxLength 10000 - */ + * Publish a Slack mrkdwn digest. + + Include a complete "*Pattern outcomes*" section with one row for every selected Pattern from the run report, including created, updated, unchanged, failed, skipped, and newly inactive outcomes. + + Use this row format exactly: + • — `outcome` + + If a Pattern has no URL, use the plain title instead. Do not use GitHub Markdown tables or code-block tables, because links must remain clickable. Do not omit any selected Pattern. If there are no selected Patterns, say "No pattern outcomes." + + After the outcome list, include a "*Highlights*" section with one very short paragraph, 2-3 sentences maximum. Summarize what changed or what broadly stands out from this run. Do not introduce new claims beyond the run report. + * + * @minLength 1 + * @maxLength 10000 + */ string | undefined; }; } diff --git a/js/src/generated_types.ts b/js/src/generated_types.ts index d72a8c5d7..9af4bbe7b 100644 --- a/js/src/generated_types.ts +++ b/js/src/generated_types.ts @@ -1,4 +1,4 @@ -// Auto-generated file (content hash 9963a3f7375263a4) -- do not modify +// Auto-generated file (content hash 57e68e3bee66f80f) -- do not modify import { z } from "zod/v3"; diff --git a/js/util/generated_plain_types.ts b/js/util/generated_plain_types.ts index 7bf6fd7b2..4803b909f 100644 --- a/js/util/generated_plain_types.ts +++ b/js/util/generated_plain_types.ts @@ -1,4 +1,4 @@ -// Auto-generated file (content hash 9963a3f7375263a4) -- do not modify +// Auto-generated file (content hash 57e68e3bee66f80f) -- do not modify export type AclObjectTypeType = /** @@ -4869,11 +4869,20 @@ export type WindowedAutomationConfigType = { */ string | undefined; formatting_prompt?: /** - * Instructions for Loop to format content sent to this destination - * - * @minLength 1 - * @maxLength 10000 - */ + * Publish a Slack mrkdwn digest. + + Include a complete "*Pattern outcomes*" section with one row for every selected Pattern from the run report, including created, updated, unchanged, failed, skipped, and newly inactive outcomes. + + Use this row format exactly: + • — `outcome` + + If a Pattern has no URL, use the plain title instead. Do not use GitHub Markdown tables or code-block tables, because links must remain clickable. Do not omit any selected Pattern. If there are no selected Patterns, say "No pattern outcomes." + + After the outcome list, include a "*Highlights*" section with one very short paragraph, 2-3 sentences maximum. Summarize what changed or what broadly stands out from this run. Do not introduce new claims beyond the run report. + * + * @minLength 1 + * @maxLength 10000 + */ string | undefined; } >; @@ -5084,11 +5093,20 @@ export type TopicDigestAutomationConfigType = { */ string | undefined; formatting_prompt?: /** - * Instructions for Loop to format content sent to this destination - * - * @minLength 1 - * @maxLength 10000 - */ + * Publish a Slack mrkdwn digest. + + Include a complete "*Pattern outcomes*" section with one row for every selected Pattern from the run report, including created, updated, unchanged, failed, skipped, and newly inactive outcomes. + + Use this row format exactly: + • — `outcome` + + If a Pattern has no URL, use the plain title instead. Do not use GitHub Markdown tables or code-block tables, because links must remain clickable. Do not omit any selected Pattern. If there are no selected Patterns, say "No pattern outcomes." + + After the outcome list, include a "*Highlights*" section with one very short paragraph, 2-3 sentences maximum. Summarize what changed or what broadly stands out from this run. Do not introduce new claims beyond the run report. + * + * @minLength 1 + * @maxLength 10000 + */ string | undefined; }; topic_map_function_ids?: /** @@ -5217,11 +5235,20 @@ export type ProjectAutomationType = { */ string | undefined; formatting_prompt?: /** - * Instructions for Loop to format content sent to this destination - * - * @minLength 1 - * @maxLength 10000 - */ + * Publish a Slack mrkdwn digest. + + Include a complete "*Pattern outcomes*" section with one row for every selected Pattern from the run report, including created, updated, unchanged, failed, skipped, and newly inactive outcomes. + + Use this row format exactly: + • — `outcome` + + If a Pattern has no URL, use the plain title instead. Do not use GitHub Markdown tables or code-block tables, because links must remain clickable. Do not omit any selected Pattern. If there are no selected Patterns, say "No pattern outcomes." + + After the outcome list, include a "*Highlights*" section with one very short paragraph, 2-3 sentences maximum. Summarize what changed or what broadly stands out from this run. Do not introduce new claims beyond the run report. + * + * @minLength 1 + * @maxLength 10000 + */ string | undefined; }; } @@ -5449,11 +5476,20 @@ export type ProjectAutomationType = { */ string | undefined; formatting_prompt?: /** - * Instructions for Loop to format content sent to this destination - * - * @minLength 1 - * @maxLength 10000 - */ + * Publish a Slack mrkdwn digest. + + Include a complete "*Pattern outcomes*" section with one row for every selected Pattern from the run report, including created, updated, unchanged, failed, skipped, and newly inactive outcomes. + + Use this row format exactly: + • — `outcome` + + If a Pattern has no URL, use the plain title instead. Do not use GitHub Markdown tables or code-block tables, because links must remain clickable. Do not omit any selected Pattern. If there are no selected Patterns, say "No pattern outcomes." + + After the outcome list, include a "*Highlights*" section with one very short paragraph, 2-3 sentences maximum. Summarize what changed or what broadly stands out from this run. Do not introduce new claims beyond the run report. + * + * @minLength 1 + * @maxLength 10000 + */ string | undefined; }; } diff --git a/js/util/generated_types.ts b/js/util/generated_types.ts index d72a8c5d7..9af4bbe7b 100644 --- a/js/util/generated_types.ts +++ b/js/util/generated_types.ts @@ -1,4 +1,4 @@ -// Auto-generated file (content hash 9963a3f7375263a4) -- do not modify +// Auto-generated file (content hash 57e68e3bee66f80f) -- do not modify import { z } from "zod/v3";