Class AzureOpenAIConversationMappingUpsertResult
- Assembly
- FoundationaLLM.Common.dll
Represents the result of an upsert operation for an AzureOpenAIConversationMapping object.
public class AzureOpenAIConversationMappingUpsertResult : ResourceProviderUpsertResult<AzureOpenAIConversationMapping>
- Inheritance
-
AzureOpenAIConversationMappingUpsertResult
- Inherited Members
- Extension Methods
Properties
NewOpenAIAssistantThreadId
The identifier of the newly created OpenAI assistant thread id (if any).
public string? NewOpenAIAssistantThreadId { get; set; }
Property Value
NewOpenAIVectorStoreId
The identifier of the newly created OpenAI assistant vector store id (if any).
public string? NewOpenAIVectorStoreId { get; set; }