Skip to content

Commit 4fc9c2f

Browse files
committed
headers
1 parent 23c5fee commit 4fc9c2f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/content/docs/agents/examples/manage-and-sync-state.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Every Agent has built-in state management capabilities, including built-in stora
1616

1717
Agent state is stored in SQL database that associate with each indidivual Agent instance: you can interact with it using the higher-level `this.setState` API (recommended) or by directly querying the database with `this.sql`.
1818

19-
### State API
19+
#### State API
2020

2121
Every Agent has built-in state management capabilities. You can set and update the Agent's state directly using `this.setState`:
2222

src/content/docs/agents/getting-started/testing-your-agent.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { Render, PackageManagers, WranglerConfig } from "~/components"
1111

1212
Because Agents run on Cloudflare Workers and Durable Objects, they can be tested using the same tools and techniques as Workers and Durable Objects.
1313

14-
## Writing and runnning tests
14+
## Writing and running tests
1515

1616
### Setup
1717

src/content/docs/agents/getting-started/writing-your-first-agent.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ If you're familiar with Workers, you can head over to our [quick start guide](/a
1717

1818
:::
1919

20-
## Prerequisites
20+
### Prerequisites
2121

2222
<Render file="prereqs" product="workers" />
2323

24-
## 1. Create an Agents project
24+
### 1. Create an Agents project
2525

2626
<PackageManagers
2727
type="create"

0 commit comments

Comments
 (0)