How to access the data generated by a function call #1490
Unanswered
saurabhgssingh
asked this question in
Q&A
Replies: 1 comment
-
You can save have the data frame saved in a global variable. Otherwise, a string representing the data frame is in the chat_messages field of the agent |
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
-
Describe the issue
I have a python function that generates a dataframe upon execution. But the dataframe or any outputs generated by a function call doesnt get recorded in the reply function.
Is there a way to record the outputs and use them
function example:
def read_df(path):
return pd.read_csv(path)
Steps to reproduce
No response
Screenshots and logs
No response
Additional Information
No response
Beta Was this translation helpful? Give feedback.
All reactions