You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/tutorial-ai-agent-web-app-langgraph-foundry-node.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,14 +29,14 @@ If your web application already has useful features, like shopping, hotel bookin
29
29
30
30
-----
31
31
32
-
Both LangGraph and Azure AI Foundry Agent Service enable you to build agentic web applications with AI-driven capabilities. LangGraph is similar to Microsoft Semantic Kernal and is an SDK, but Semantic Kernel doesn't support JavaScript currently. The following table shows some of the considerations and trade-offs:
32
+
Both LangGraph and Azure AI Foundry Agent Service enable you to build agentic web applications with AI-driven capabilities. LangGraph is similar to Microsoft Semantic Kernel and is an SDK, but Semantic Kernel doesn't support JavaScript currently. The following table shows some of the considerations and trade-offs:
33
33
34
34
| Consideration | LangGraph | Azure AI Foundry Agent Service |
@@ -78,10 +78,10 @@ Both approaches use the same implementation pattern, where the agent is initiali
78
78
79
79
### [LangGraph](#tab/langgraph)
80
80
81
-
The `LangGraphTaskAgent` is initialized in the contructorin*src/agents/LangGraphTaskAgent.ts*. The initialization code does the following:
81
+
The `LangGraphTaskAgent` is initialized in the constructorin*src/agents/LangGraphTaskAgent.ts*. The initialization code does the following:
82
82
83
83
- Configures the [AzureChatOpenAI](https://js.langchain.com/docs/integrations/llms/azure/) client using environment variables.
84
-
- Creates the pre-built ReAct agent a set of CRUD tools for task management (see [LangGraph: How to use the prebuilt ReAct agent](https://langchain-ai.github.io/langgraphjs/how-tos/create-react-agent)).
84
+
- Creates the prebuilt ReAct agent a set of CRUD tools for task management (see [LangGraph: How to use the prebuilt ReAct agent](https://langchain-ai.github.io/langgraphjs/how-tos/create-react-agent)).
85
85
- Sets up memory management (see [LangGraph: How to add memory to the prebuilt ReAct agent](https://langchain-ai.github.io/langgraphjs/how-tos/react-memory/)).
@@ -106,7 +106,7 @@ The OpenAPI code is defined in *src/routes/api.ts*. For example, the "GET /api/t
106
106
107
107
## Deploy the sample application
108
108
109
-
The sample respository contains an Azure Developer CLI (AZD) template, which creates an App Service app with managed identity and deploys your sample application.
109
+
The sample repository contains an Azure Developer CLI (AZD) template, which creates an App Service app with managed identity and deploys your sample application.
110
110
111
111
1. In the terminal, log into Azure using Azure Developer CLI:
@@ -104,7 +104,7 @@ The OpenAPI code is defined in *Program.cs*. For example, the "get tasks" API de
104
104
105
105
## Deploy the sample application
106
106
107
-
The sample respository contains an Azure Developer CLI (AZD) template, which creates an App Service app with managed identity and deploys your sample application.
107
+
The sample repository contains an Azure Developer CLI (AZD) template, which creates an App Service app with managed identity and deploys your sample application.
108
108
109
109
1. In the terminal, log into Azure using Azure Developer CLI:
Copy file name to clipboardExpand all lines: articles/app-service/tutorial-ai-agent-web-app-semantic-kernel-java.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ Each time the prompt is received, the server code uses `ChatCompletionAgent.invo
74
74
75
75
## Deploy the sample application
76
76
77
-
The sample respository contains an Azure Developer CLI (AZD) template, which creates an App Service app with managed identity and deploys your sample application.
77
+
The sample repository contains an Azure Developer CLI (AZD) template, which creates an App Service app with managed identity and deploys your sample application.
78
78
79
79
1. In the terminal, log into Azure using Azure Developer CLI:
0 commit comments