Skip to content

Commit 798d4c5

Browse files
authored
Update memory-object.md
1 parent 3c9adae commit 798d4c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tools_config/memory-object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def get_passenger_details(memory: dict):
8686
```
8787
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.
8888

89-
### Conclusion:
89+
## Conclusion:
9090
- Use memory object to efficiently pass large chunks of data between tools.
9191
- Add "memory" to parameters list in order to use it.
9292
- Return the memory object as well as a response in order to pass it to other tools.

0 commit comments

Comments
 (0)