Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
areibman committed Aug 11, 2024
1 parent 7143320 commit da1540c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/v0/logger.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: 'This document explains the use of the AgentOpsLogger

## AgentOps logger

The AgentsOps logger is quick and simple way of integrating your existing
The AgentOps logger is quick and simple way of integrating your existing
agent codebase with AgentOps. It allows you to use your current logs as events
by extending the built-in Python logging system to emit events to AgentOps.

Expand Down
2 changes: 1 addition & 1 deletion docs/v0/recording-events.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ From this point, simply call the .record() method in the AgentOps client:
ao_client.record(Event("event_type1"))
```

In AgentsOps, each session is associated with a number of "Events". Events have
In AgentOps, each session is associated with a number of "Events". Events have
must have an "event_type" which is any abitrary string of your choice. It might be something
like "OpenAI Call". Events can also have other information such as the parameters of the operation,
the returned data, alongside tags, etc.
Expand Down

0 comments on commit da1540c

Please sign in to comment.