Skip to content

Commit e4c0f13

Browse files
authored
Update prompts.md
1 parent 54095de commit e4c0f13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/features/workspace/prompts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ There are two ways to define a custom variable:
7272
1. **Simple Input**: `{{variable_name}}`
7373
* This creates a standard, single-line `text` type input field in the popup window.
7474

75-
2. **Typed Input**: `{{variable_name | type:property="value"}}`
75+
2. **Typed Input**: `{{variable_name | [type][:property="value"]}}`
7676
* This allows you to specify the type of input field (e.g., a dropdown, a date picker) and configure its properties.
7777

7878
**Input Types Overview**

0 commit comments

Comments
 (0)