Skip to content

Commit

Permalink
Merge pull request elizaOS#1579 from yorkerhodes3/patch-1
Browse files Browse the repository at this point in the history
Update agents.md - minor update
  • Loading branch information
monilpat authored Dec 31, 2024
2 parents 16d23ea + a0a1db7 commit 0230d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/core/agents.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const runtime = new AgentRuntime({

## State Management

This section should cover how agents manage and update state, with a focus on initial state composition and updating methods. The runtime maintains state through the [State](/api/interfaces/state) interface:
This section covers how agents manage and update state, with a focus on initial state composition and updating methods. The runtime maintains state through the [State](/api/interfaces/state) interface:

```typescript
interface State {
Expand Down

0 comments on commit 0230d2f

Please sign in to comment.