File Upload access needs to given from function tool to code_interepreter

Hi i have certain number of tools as functions and also i am using code_interpreter and file_search tool in the openai assistant api… When assistant selects a function tool, function tool would like to pass a csv as tool_submit_outputs… Is there any way to do submit the csv file which can be uploaded as the tool_submit ouput and after than code_interpreter can take the charge from that for answering the query and do some analysis

Unfortunately, this is not supported at the moment! The function calling tool does not support files.

Hi!
I guess then you would need to get the csv content from another server via an action for further analysis.