namespace xAiService.Constants { public struct XAiApiQueryParams { public const string Prompt = "prompt"; } }