7 lines
129 B
C#
7 lines
129 B
C#
namespace xAiService.Constants
|
|
{
|
|
public struct XAiApiQueryParams
|
|
{
|
|
public const string Prompt = "prompt";
|
|
}
|
|
} |