Table of Contents

Class AgentPropertyNames

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

Provides the names of the properties allowed in the agent resource property bag.

public static class AgentPropertyNames
Inheritance
AgentPropertyNames
Inherited Members

Fields

AzureOpenAIAssistantId

The identifier of the Azure OpenAI Assistants assistant.

public const string AzureOpenAIAssistantId = "Azure.OpenAI.Assistant.Id"

Field Value

string

AzureOpenAIAssistantVectorStoreId

The identifier of the Azure OpenAI Assistant level vector store (global at the agent level).

public const string AzureOpenAIAssistantVectorStoreId = "Azure.OpenAI.Assistant.VectorStoreId"

Field Value

string