Table of Contents

Class CXOConfiguration

Namespace
FoundationaLLM.Common.Models.Orchestration.DataSourceConfigurations
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

string

ConfigurationType

The type of configuration. This value should not be changed.

[JsonPropertyName("configuration_type")]
public string ConfigurationType { get; }

Property Value

string

RetrieverMode

The vector database.

[JsonPropertyName("retriever_mode")]
public required string RetrieverMode { get; set; }

Property Value

string

Sources

Search filter elements.

[JsonPropertyName("sources")]
public string[]? Sources { get; set; }

Property Value

string[]