While building an assistant, I am using tools.function to query database and it returns 500 rows. Now I want to pass these 500 rows to tools.code_interpreter so I can find something in that array of 500 rows.
How can I pass this function response to code interpreter without printing all the rows on code interpreter.