Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
bensonlee5 committed Aug 29, 2024
1 parent a0a1da3 commit f146001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/app/agents/Agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ Variables and labels can be referenced in your user-defined code by extracting t
```python
labels = kwargs.get('labels', [])
# -- OR --
vars = kwargs.get('vars', {})
variables = kwargs.get('vars', {})
# Example: Retrieve the `input_path` variable for use in Agent code
input_path = kwargs.get('vars', {})['input_path']
Expand Down

0 comments on commit f146001

Please sign in to comment.