You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here we are passing the whole table to the function and then using pandas library to pass only the necessary columns to LLM for in debt analysis of fares.
88
88
89
-
###Conclusion:
89
+
## Conclusion:
90
90
- Use memory object to efficiently pass large chunks of data between tools.
91
91
- Add "memory" to parameters list in order to use it.
92
92
- Return the memory object as well as a response in order to pass it to other tools.
0 commit comments