I'm on the py module trying to pass the system_prompt to a resumed session, however CopilotClient.resume_session doesn't retain the SystemMessageConfig passed on create_session, and ResumeSessionConfig doesn't have a field for SystemMessageConfig like SessionConfig does.
Is this an issue, or is there another way to do this that I'm missing out on?