Table of Contents

Class AzureAIAgentServiceAgentWorkflow

Namespace
FoundationaLLM.Common.Models.ResourceProviders.Agent.AgentWorkflows
Assembly
FoundationaLLM.Common.dll

Provides an agent workflow configuration for an Azure AI Agent Service workflow.

public class AzureAIAgentServiceAgentWorkflow : AgentWorkflowBase
Inheritance
AzureAIAgentServiceAgentWorkflow
Inherited Members
Extension Methods

Properties

AgentId

The Azure AI Agent ID for the agent workflow.

[JsonPropertyName("agent_id")]
public string? AgentId { get; set; }

Property Value

string

ProjectConnectionString

The Azure AI project connection string for the agent workflow.

[JsonPropertyName("project_connection_string")]
public string? ProjectConnectionString { 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 agent.

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

Property Value

string