Class AgentWorkflowTypes
- Assembly
- FoundationaLLM.Common.dll
Contains constants for the types of agent workflows.
public static class AgentWorkflowTypes
- Inheritance
-
AgentWorkflowTypes
- Inherited Members
Fields
AzureAIAgentService
The Azure AI Agent Service agent workflow.
public const string AzureAIAgentService = "azure-ai-agent-service-workflow"
Field Value
AzureOpenAIAssistants
The OpenAI Assistants agent workflow.
public const string AzureOpenAIAssistants = "azure-openai-assistants-workflow"
Field Value
ExternalAgentWorkflow
The External Agent workflow.
public const string ExternalAgentWorkflow = "external-agent-workflow"
Field Value
LangChainExpressionLanguage
The LangChain Expression Language agent workflow.
public const string LangChainExpressionLanguage = "langchain-expression-language-workflow"
Field Value
LangGraphReactAgent
The LangGraph ReAct agent workflow.
public const string LangGraphReactAgent = "langgraph-react-agent-workflow"