Table of Contents

Class APIClientSettings

Namespace
FoundationaLLM.Common.Models.Configuration.API
Assembly
FoundationaLLM.Common.dll

Standard settings for an API client.

public record APIClientSettings : IEquatable<APIClientSettings>
Inheritance
APIClientSettings
Implements
Inherited Members
Extension Methods

Properties

Timeout

Specifies the timeout for the downstream API HTTP client. If this value is null, the default timeout is used. For an infinite waiting period, use InfiniteTimeSpan

public TimeSpan? Timeout { get; set; }

Property Value

TimeSpan?