File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/types/src/block-kit Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -250,11 +250,11 @@ export interface InputBlock extends Block {
250250 * @description This block can be used with AI apps when you expect a markdown response from an LLM that can get lost in
251251 * translation rendering in Slack. Providing it in a markdown block leaves the translating to Slack to ensure your message
252252 * appears as intended. Note that passing a single block may result in multiple blocks after translation.
253- * @see {@link https://api.slack.com/reference/block-kit/blocks#markdown Markdown block reference }
253+ * @see {@link https://api.slack.com/reference/block-kit/blocks#markdown Markdown block reference }.
254254 */
255255export interface MarkdownBlock extends Block {
256256 /**
257- * @description The type of block. For a markdown block, `type` is always `input `.
257+ * @description The type of block. For a markdown block, `type` is always `markdown `.
258258 */
259259 type : 'markdown' ;
260260 /**
You can’t perform that action at this time.
0 commit comments