diff --git a/fern/assistants/dynamic-variables.mdx b/fern/assistants/dynamic-variables.mdx index 29606af9e..971602783 100644 --- a/fern/assistants/dynamic-variables.mdx +++ b/fern/assistants/dynamic-variables.mdx @@ -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 @@ -131,4 +130,3 @@ When you start a call, you must provide a value for each variable (like `name`) Always use double curly braces (`{{variableName}}`) to reference dynamic variables in your prompts and messages. - \ No newline at end of file