namespace OpenChatApi.Models { public record SystemPromptRequest(string UserId, string SystemPrompt); }