Table of Contents

Class AgentToolPropertyValueSources

Namespace
FoundationaLLM.Common.Constants.Agents
Assembly
FoundationaLLM.Common.dll

Provides well-known source names for agent tool property values.

public static class AgentToolPropertyValueSources
Inheritance
AgentToolPropertyValueSources
Inherited Members

Fields

CompletionRequestMetadata_Optional

The value may be sourced from the completion request's metadata property. If not present, the metadata property will be ignored.

public const string CompletionRequestMetadata_Optional = "__COMPLETION_REQUEST_METADATA__"

Field Value

string

CompletionRequestMetadata_Required

The value must be sourced from the completion request's metadata property. If not present an error will be thrown.

public const string CompletionRequestMetadata_Required = "__COMPLETION_REQUEST_METADATA_!__"

Field Value

string