Table of Contents

Class AzureAIResourceProviderUpsertParameterNames

Namespace
FoundationaLLM.Common.Constants.ResourceProviders
Assembly
FoundationaLLM.Common.dll

Contains constants of the names of the parameters used in the FoundationaLLM.AzureAI resource provider upsert operations.

public class AzureAIResourceProviderUpsertParameterNames
Inheritance
AzureAIResourceProviderUpsertParameterNames
Inherited Members
Extension Methods

Fields

AgentObjectId

The FoundationaLLM object identifier of the agent.

public const string AgentObjectId = "agent-object-id"

Field Value

string

AttachmentObjectId

The FoundationaLLM identifier of the attachment.

public const string AttachmentObjectId = "attachment-object-id"

Field Value

string

AzureAIAgentId

The identifier of the Azure AI Agent Service agent.

public const string AzureAIAgentId = "azureai-agent-id"

Field Value

string

ConversationId

The FoundationaLLM conversation identifier.

public const string ConversationId = "conversation-id"

Field Value

string

MustCreateAzureAIAgentFile

Indicates whether the attachment identified by AttachmentObjectId must be added to the Azure AI Agent Service file store.

public const string MustCreateAzureAIAgentFile = "must-create-azureai-agent-file"

Field Value

string

MustCreateAzureAIAgentThread

Indicates whether the agent thread associated with the ConversationId must be created.

public const string MustCreateAzureAIAgentThread = "must-create-azureai-agent-thread"

Field Value

string