Skip to content

Commit

Permalink
📝 (csv.py): mark 'is_list' attribute as True for the 'Pandas Kwargs' …
Browse files Browse the repository at this point in the history
…parameter to indicate it can accept a list of values
  • Loading branch information
Cristhianzl committed Dec 19, 2024
1 parent 6c31959 commit 0aad150
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ class CSVAgentComponent(LCAgentComponent):
display_name="Pandas Kwargs",
info="Pandas Kwargs to be passed to the agent.",
advanced=True,
is_list=True,
),
]

Expand Down

0 comments on commit 0aad150

Please sign in to comment.