From 2be72b1ca7c79c06c4d03d524eae30f630b358e9 Mon Sep 17 00:00:00 2001 From: Jason Parraga Date: Wed, 22 May 2024 10:26:32 -0700 Subject: [PATCH] Update docs/flyte_agents/testing_agents_in_a_local_python_environment.md Co-authored-by: Nikki Everett Signed-off-by: Jason Parraga --- .../testing_agents_in_a_local_python_environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/flyte_agents/testing_agents_in_a_local_python_environment.md b/docs/flyte_agents/testing_agents_in_a_local_python_environment.md index 9a7f15dcc7b..960f9939bc4 100644 --- a/docs/flyte_agents/testing_agents_in_a_local_python_environment.md +++ b/docs/flyte_agents/testing_agents_in_a_local_python_environment.md @@ -117,7 +117,7 @@ If it doesn't appear that your agent is running you can debug what might be goin ## Existing Flyte agent tasks -You can also run a existing Flyte Agent tasks in your Python interpreter to test the agent locally. +You can also run existing Flyte agent tasks in your Python interpreter to test the agent locally. ![](https://raw.githubusercontent.com/flyteorg/static-resources/main/flyte/concepts/agents/bigquery_task.png)