diff --git a/changelog/dev/2025-07-18.md b/changelog/dev/2025-07-18.md new file mode 100644 index 000000000..ee81c2d74 --- /dev/null +++ b/changelog/dev/2025-07-18.md @@ -0,0 +1,10 @@ +--- +title: "Julep AI Changelog" +date: 2025-07-18 +tags: [dev] +--- + +## Julep AI Changelog - July 18, 2025 + +### Documentation +- Added explanatory note about dollar expressions (`$`) in task definitions for dynamic variable referencing \ No newline at end of file diff --git a/documentation/introduction/quickstart.mdx b/documentation/introduction/quickstart.mdx index 576ecffdc..875f9683b 100644 --- a/documentation/introduction/quickstart.mdx +++ b/documentation/introduction/quickstart.mdx @@ -137,6 +137,10 @@ Let's create a task that generates a short story based on a given topic: ``` + + Notice the `$` expression in the task definition: `$ f'Write a short story about {steps[0].input.topic}'`. This is a powerful feature that allows you to dynamically reference variables, inputs, and previous step outputs within your tasks. Learn more about [dollar expressions](/advanced/new-syntax) in the Tasks documentation. + + ### Step 5: Execute the Task Now let's run the task with a specific topic: