Class LangChainServiceSettings
- Assembly
- FoundationaLLM.Orchestration.Core.dll
The settings configuration options for a LangChain Service
public class LangChainServiceSettings
- Inheritance
-
LangChainServiceSettings
- Inherited Members
- Extension Methods
Properties
PollingIntervalSeconds
The polling interval in seconds to check the status of the LangChain service.
public double PollingIntervalSeconds { get; set; }