How can I prevent function call output from being saved in Conversation?

When I create a response to reply to a function call (type = function_call_output), how do I prevent this output from being saved into the conversation? I tried to set store = false, but if I do that, I don’t even get the LLM response to my function_call_output in the conversation. Any help would be appreciated.