Class AzureOpenAIResourceProviderUpsertParameterNames
- Namespace
 - FoundationaLLM.Common.Constants.ResourceProviders
 
- Assembly
 - FoundationaLLM.Common.dll
 
Provides the parameter names for the FoundationaLLM.AzureOpenAI resource provider upsert operations.
public class AzureOpenAIResourceProviderUpsertParameterNames
  - Inheritance
 - 
      
      AzureOpenAIResourceProviderUpsertParameterNames
 
- 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
ConversationId
The FoundationaLLM conversation identifier.
public const string ConversationId = "conversation-id"
  Field Value
MustCreateOpenAIAssistantThread
Indicates whether the assistant thread associated with the ConversationId must be created.
public const string MustCreateOpenAIAssistantThread = "must-create-openai-assistant-thread"
  Field Value
MustCreateOpenAIFile
Indicates whether the attachment identified by AttachmentObjectId must be added to the assistant file store.
public const string MustCreateOpenAIFile = "must-create-openai-file"
  Field Value
OpenAIAssistantId
The identifier of the OpenAI assistant.
public const string OpenAIAssistantId = "openai-assistant-id"