Class CoreConfiguration
- Namespace
- FoundationaLLM.Common.Settings
- Assembly
- FoundationaLLM.Common.dll
The configuration for the file store.
public class CoreConfiguration
- Inheritance
-
CoreConfiguration
- Inherited Members
- Extension Methods
Properties
CompletionResponsePollingIntervalSeconds
Gets or sets the polling interval in seconds for checking the completion of a response.
public int CompletionResponsePollingIntervalSeconds { get; set; }
Property Value
FileStoreConnectors
A list of API endpoint configurations for file store connectors.
public IEnumerable<APIEndpointConfiguration>? FileStoreConnectors { get; set; }
Property Value
MaxUploadsPerMessage
Indicates the maximum number of files that can be uploaded in a single message.
public int MaxUploadsPerMessage { get; set; }