From 0a5b79b6fc5aa8ee90a5f3dfadb72af628088a98 Mon Sep 17 00:00:00 2001 From: Saurabh <25f1001183@ds.study.iitm.ac.in> Date: Sat, 28 Mar 2026 00:50:27 -0700 Subject: [PATCH] docs(dapr-agents): fix durable agent filename in getting started --- .../en/developing-ai/dapr-agents/dapr-agents-getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/developing-ai/dapr-agents/dapr-agents-getting-started.md b/daprdocs/content/en/developing-ai/dapr-agents/dapr-agents-getting-started.md index 579f8bbf3e1..1015ffa3825 100644 --- a/daprdocs/content/en/developing-ai/dapr-agents/dapr-agents-getting-started.md +++ b/daprdocs/content/en/developing-ai/dapr-agents/dapr-agents-getting-started.md @@ -179,7 +179,7 @@ This example creates an agent that assists with weather information and uses Dap For this quickstart you'll primarily work with: -* `02_durable_agent_http.py` – the main durable weather agent application exposed over HTTP +* `03_durable_agent_http.py` – the main durable weather agent application exposed over HTTP * `function_tools.py` – contains `slow_weather_func`, the tool used by the agent * `resources/llm-provider.yaml` – Conversation API and LLM configuration * `resources/agent-memory.yaml` – conversation memory state store