Class CXOConfiguration
- Assembly
- FoundationaLLM.Common.dll
Configuration for the CXO agent.
public class CXOConfiguration : SearchServiceConfiguration
- Inheritance
-
CXOConfiguration
- Inherited Members
- Extension Methods
Properties
Company
The name of the CXO's company.
[JsonPropertyName("company")]
public required string Company { get; set; }
Property Value
ConfigurationType
The type of configuration. This value should not be changed.
[JsonPropertyName("configuration_type")]
public string ConfigurationType { get; }
Property Value
RetrieverMode
The vector database.
[JsonPropertyName("retriever_mode")]
public required string RetrieverMode { get; set; }
Property Value
Sources
Search filter elements.
[JsonPropertyName("sources")]
public string[]? Sources { get; set; }
Property Value
- string[]