You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: generated_types.json
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -5651,7 +5651,7 @@
5651
5651
"type": "string",
5652
5652
"minLength": 1,
5653
5653
"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."
5655
5655
}
5656
5656
},
5657
5657
"required": [
@@ -5996,7 +5996,7 @@
5996
5996
"type": "string",
5997
5997
"minLength": 1,
5998
5998
"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."
6000
6000
}
6001
6001
},
6002
6002
"required": [
@@ -8676,7 +8676,7 @@
8676
8676
"type": "string",
8677
8677
"minLength": 1,
8678
8678
"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."
8680
8680
}
8681
8681
},
8682
8682
"required": [
@@ -9805,6 +9805,10 @@
9805
9805
"type": "string",
9806
9806
"minLength": 1
9807
9807
},
9808
+
"endpoint_name": {
9809
+
"type": "string",
9810
+
"minLength": 1
9811
+
},
9808
9812
"reasoning_effort": {
9809
9813
"type": "string",
9810
9814
"enum": [
@@ -9880,7 +9884,7 @@
9880
9884
"type": "string",
9881
9885
"minLength": 1,
9882
9886
"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."
Copy file name to clipboardExpand all lines: py/src/braintrust/_generated_types.py
+41-4Lines changed: 41 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1691,7 +1691,16 @@ class ProjectAutomationConfigAction1(TypedDict):
1691
1691
"""
1692
1692
formatting_prompt: NotRequired[str|None]
1693
1693
"""
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.
1695
1704
"""
1696
1705
1697
1706
@@ -1817,7 +1826,16 @@ class ProjectAutomationConfig4Action1(TypedDict):
1817
1826
"""
1818
1827
formatting_prompt: NotRequired[str|None]
1819
1828
"""
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.
1821
1839
"""
1822
1840
1823
1841
@@ -2663,7 +2681,16 @@ class TopicDigestAutomationConfigAction(TypedDict):
2663
2681
"""
2664
2682
formatting_prompt: NotRequired[str|None]
2665
2683
"""
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.
2667
2694
"""
2668
2695
2669
2696
@@ -3061,6 +3088,7 @@ class WindowedAutomationConfigLoop(TypedDict):
@@ -3100,7 +3128,16 @@ class WindowedAutomationConfigActions1(TypedDict):
3100
3128
"""
3101
3129
formatting_prompt: NotRequired[str|None]
3102
3130
"""
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.
0 commit comments