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
CompletionResponsePollingIntervalMilliseconds
Gets or sets the polling interval in milliseconds for checking the completion of a response.
public int CompletionResponsePollingIntervalMilliseconds { 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; }