Skip to content

Commit

Permalink
Fixing incorrect headings reported in issue #1505 (#1506)
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-griptape-ai authored Jan 6, 2025
1 parent 4516534 commit 05425a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/griptape-framework/structures/agents.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 05425a9

Please sign in to comment.