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: slack_sdk/models/AGENTS.md
+2-7Lines changed: 2 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# AGENTS.md — Block Kit Models
2
2
3
+
The `slack_sdk/models/` package provides Python classes for building [Block Kit](https://api.slack.com/block-kit) UI layouts. Each class serializes to/from the JSON payloads that the Slack API expects, with helper methods for parsing nested composition objects.
4
+
3
5
## Adding a New Block Kit Type
4
6
5
7
Block Kit models live in `slack_sdk/models/blocks/` across three files:
@@ -44,10 +46,6 @@ Choose the base class that matches the type you're adding.
0 commit comments