From b71bc25d2b51bd97d314e26b1bb4bcb59d590023 Mon Sep 17 00:00:00 2001 From: Kevin Su Date: Thu, 28 Mar 2024 11:30:23 -0700 Subject: [PATCH] Update docs/flyte_agents/developing_agents.md Co-authored-by: Nikki Everett Signed-off-by: Kevin Su --- docs/flyte_agents/developing_agents.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/flyte_agents/developing_agents.md b/docs/flyte_agents/developing_agents.md index 1f286d2378..c4a7230dad 100644 --- a/docs/flyte_agents/developing_agents.md +++ b/docs/flyte_agents/developing_agents.md @@ -195,7 +195,7 @@ production environment ensures that if any specific agent encounters an error or By running agents independently, developers and operators can thoroughly test and validate their agents in a controlled environment before deploying them to the production cluster. -By default, all the requests will be sent to the default agent service. However, +By default, all agent requests will be sent to the default agent service. However, you can route particular task requests to designated agent services by adjusting the flytepropeller configuration. ```yaml