Class AzureOpenAIAssistantsAgentWorkflow
- Assembly
- FoundationaLLM.Common.dll
Provides an agent workflow configuration for an Azure OpenAI Assistants workflow.
public class AzureOpenAIAssistantsAgentWorkflow : AgentWorkflowBase
- Inheritance
-
AzureOpenAIAssistantsAgentWorkflow
- Inherited Members
- Extension Methods
Properties
AssistantId
The OpenAI Assistant ID for the agent workflow.
[JsonPropertyName("assistant_id")]
public string? AssistantId { get; set; }
Property Value
Type
The workflow resource associated with the agent.
[JsonIgnore]
public override string Type { get; }
Property Value
VectorStoreId
The vector store ID for the assistant.
[JsonPropertyName("vector_store_id")]
public string? VectorStoreId { get; set; }