Class AzureAIAgentServiceAgentWorkflow
- 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
ProjectConnectionString
The Azure AI project connection string for the agent workflow.
[JsonPropertyName("project_connection_string")]
public string? ProjectConnectionString { 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 agent.
[JsonPropertyName("vector_store_id")]
public string? VectorStoreId { get; set; }