From fc22ef3d295efb680fe412d694a4ea8a3705b4ec Mon Sep 17 00:00:00 2001 From: Ian Massingham Date: Mon, 6 Jan 2025 15:27:23 +0000 Subject: [PATCH] Fixing incorrect headings reported in issue #1505 --- docs/griptape-framework/structures/agents.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/griptape-framework/structures/agents.md b/docs/griptape-framework/structures/agents.md index 147e64be0..2f4379767 100644 --- a/docs/griptape-framework/structures/agents.md +++ b/docs/griptape-framework/structures/agents.md @@ -11,7 +11,7 @@ directly, which the agent uses to add a [Prompt Task](./tasks.md#prompt-task). You can access the final output of the Agent by using the [output](../../reference/griptape/structures/structure.md#griptape.structures.structure.Structure.output) attribute. -### Agent Input +### Agent Tools ```python --8<-- "docs/griptape-framework/structures/src/agents_2.py" @@ -26,7 +26,7 @@ You can access the final output of the Agent by using the [output](../../referen In binary, we ignite. ``` -### Agent Tools +### Agent Input ```python --8<-- "docs/griptape-framework/structures/src/agents_1.py"