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
AttachmentObjectId
The FoundationaLLM identifier of the attachment.
public const string AttachmentObjectId = "attachment-object-id"
Field Value
AzureAIAgentId
The identifier of the Azure AI Agent Service agent.
public const string AzureAIAgentId = "azureai-agent-id"
Field Value
ConversationId
The FoundationaLLM conversation identifier.
public const string ConversationId = "conversation-id"
Field Value
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
MustCreateAzureAIAgentThread
Indicates whether the agent thread associated with the ConversationId must be created.
public const string MustCreateAzureAIAgentThread = "must-create-azureai-agent-thread"