Table of Contents

Class AzureOpenAIAssistantsAgentWorkflow

Namespace
FoundationaLLM.Common.Models.ResourceProviders.Agent.AgentWorkflows
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

string

Type

The workflow resource associated with the agent.

[JsonIgnore]
public override string Type { get; }

Property Value

string

VectorStoreId

The vector store ID for the assistant.

[JsonPropertyName("vector_store_id")]
public string? VectorStoreId { get; set; }

Property Value

string