Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions fern/assistants/dynamic-variables.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ Outputs: `Monday, January 01, 2024, 03:45 PM`
| `%H:%M` | 15:45 | 24-hour time |
| `%A` | Monday | Day of week |
| `%b %d, %Y` | Jan 01, 2024 | Abbrev. Month Day |
```

## Using dynamic variables in the dashboard

Expand All @@ -131,4 +130,3 @@ When you start a call, you must provide a value for each variable (like `name`)
<Note>
Always use double curly braces (`{{variableName}}`) to reference dynamic variables in your prompts and messages.
</Note>
</rewritten_file>