pub fn session_resource_uri(session_id: &str) -> String
Build the vscode-chat-session://local/{base64(sessionId)} resource URI that VS Code uses to identify sessions in model cache and state cache.
vscode-chat-session://local/{base64(sessionId)}