Replies: 1 comment
-
This may not be the optimal approach, but perhaps you could export the dataframe to a .csv file and then provide it to the agent in the form of knowledge (using CSVKnowledgeSource)? Just an idea that might be worth trying. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a use case to answer questions from a pandas dataframe. for this i need to generate code using an agent and execute the code by passing the pandas dataframe to the code interpreter tool. How do i pass the variable to code interpreter tool?
Beta Was this translation helpful? Give feedback.
All reactions