Skip to content

Commit b4ee45d

Browse files
chore: Update platform types
1 parent c696bfd commit b4ee45d

3 files changed

Lines changed: 50 additions & 9 deletions

File tree

‎generated_types.json‎

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5651,7 +5651,7 @@
56515651
"type": "string",
56525652
"minLength": 1,
56535653
"maxLength": 10000,
5654-
"description": "Instructions for Loop to format content sent to this destination"
5654+
"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• <pattern_url|Pattern title> — `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."
56555655
}
56565656
},
56575657
"required": [
@@ -5996,7 +5996,7 @@
59965996
"type": "string",
59975997
"minLength": 1,
59985998
"maxLength": 10000,
5999-
"description": "Instructions for Loop to format content sent to this destination"
5999+
"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• <pattern_url|Pattern title> — `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."
60006000
}
60016001
},
60026002
"required": [
@@ -8676,7 +8676,7 @@
86768676
"type": "string",
86778677
"minLength": 1,
86788678
"maxLength": 10000,
8679-
"description": "Instructions for Loop to format content sent to this destination"
8679+
"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• <pattern_url|Pattern title> — `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."
86808680
}
86818681
},
86828682
"required": [
@@ -9805,6 +9805,10 @@
98059805
"type": "string",
98069806
"minLength": 1
98079807
},
9808+
"endpoint_name": {
9809+
"type": "string",
9810+
"minLength": 1
9811+
},
98089812
"reasoning_effort": {
98099813
"type": "string",
98109814
"enum": [
@@ -9880,7 +9884,7 @@
98809884
"type": "string",
98819885
"minLength": 1,
98829886
"maxLength": 10000,
9883-
"description": "Instructions for Loop to format content sent to this destination"
9887+
"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• <pattern_url|Pattern title> — `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."
98849888
}
98859889
},
98869890
"required": [

‎py/src/braintrust/_generated_types.py‎

Lines changed: 41 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1691,7 +1691,16 @@ class ProjectAutomationConfigAction1(TypedDict):
16911691
"""
16921692
formatting_prompt: NotRequired[str | None]
16931693
"""
1694-
Instructions for Loop to format content sent to this destination
1694+
Publish a Slack mrkdwn digest.
1695+
1696+
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.
1697+
1698+
Use this row format exactly:
1699+
• <pattern_url|Pattern title> — `outcome`
1700+
1701+
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."
1702+
1703+
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.
16951704
"""
16961705

16971706

@@ -1817,7 +1826,16 @@ class ProjectAutomationConfig4Action1(TypedDict):
18171826
"""
18181827
formatting_prompt: NotRequired[str | None]
18191828
"""
1820-
Instructions for Loop to format content sent to this destination
1829+
Publish a Slack mrkdwn digest.
1830+
1831+
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.
1832+
1833+
Use this row format exactly:
1834+
• <pattern_url|Pattern title> — `outcome`
1835+
1836+
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."
1837+
1838+
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.
18211839
"""
18221840

18231841

@@ -2663,7 +2681,16 @@ class TopicDigestAutomationConfigAction(TypedDict):
26632681
"""
26642682
formatting_prompt: NotRequired[str | None]
26652683
"""
2666-
Instructions for Loop to format content sent to this destination
2684+
Publish a Slack mrkdwn digest.
2685+
2686+
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.
2687+
2688+
Use this row format exactly:
2689+
• <pattern_url|Pattern title> — `outcome`
2690+
2691+
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."
2692+
2693+
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.
26672694
"""
26682695

26692696

@@ -3061,6 +3088,7 @@ class WindowedAutomationConfigLoop(TypedDict):
30613088
"""
30623089
harness: NotRequired[Literal['native', 'codex', 'claude-code'] | None]
30633090
model: NotRequired[str | None]
3091+
endpoint_name: NotRequired[str | None]
30643092
reasoning_effort: NotRequired[
30653093
Literal['none', 'minimal', 'low', 'medium', 'high', 'xhigh', 'max']
30663094
]
@@ -3100,7 +3128,16 @@ class WindowedAutomationConfigActions1(TypedDict):
31003128
"""
31013129
formatting_prompt: NotRequired[str | None]
31023130
"""
3103-
Instructions for Loop to format content sent to this destination
3131+
Publish a Slack mrkdwn digest.
3132+
3133+
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.
3134+
3135+
Use this row format exactly:
3136+
• <pattern_url|Pattern title> — `outcome`
3137+
3138+
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."
3139+
3140+
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.
31043141
"""
31053142

31063143

‎py/src/braintrust/generated_types.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Auto-generated file (content hash 9963a3f7375263a4) -- do not modify"""
1+
"""Auto-generated file (content hash a987538bfc6c9ff3) -- do not modify"""
22

33
from ._generated_types import (
44
Acl,

0 commit comments

Comments
 (0)