When registering functions directly via llm.register_function(), I can specify cancel_on_interruption=False to prevent certain functions from being cancelled when a user interrupts.
However, when using pipecat-flows with FlowsFunctionSchema in node configurations, there's no way to specify this parameter.