9 lines
251 B
C#
9 lines
251 B
C#
namespace xAiService.Configurations
|
|
{
|
|
public partial class XAIServiceConfiguration
|
|
{
|
|
public string Url { get; set; }
|
|
public string XPoweredValue { get; set; }
|
|
public int DefaultClientTimeout { get; set; } = 360;
|
|
}
|
|
} |