Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
HowieG committed Sep 17, 2024
1 parent c7ce1f0 commit df6a4ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions docs/v1/concepts/sessions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ Both processes will now contribute data to the same session.
## The AgentOps SDK Client
_More info for the curious_

Under the hood, `agentops.init()` sets up a `Client` object with various configuration options such as your API key and worker thread options
for when to send out batches of events. Whenever you start a new session, these configuration options will automatically
Under the hood, `agentops.init()` creates a `Client` object with various configuration options. Whenever you start a new session, these configuration options will automatically
be applied. You can also apply different configuration options when you start a new session by passing in a
[Configuration](/v1/usage/sdk-reference/#configuration) object.

Expand Down
2 changes: 1 addition & 1 deletion docs/v1/integrations/cohere.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ This is a living integration. Should you need any added functionality, message u
</span>
</Step>
<Step title="Run your Agent">
Execute your program and visit [app.agentops.ai/drilldown](https://app.agentops.ai/drilldown) to observe your agents! 🕵️
Execute your program and visit [app.agentops.ai/drilldown](https://app.agentops.ai/drilldown) to observe your Agent! 🕵️
<Tip>
After your run, AgentOps prints a clickable url to console linking directly to your session in the Dashboard
</Tip>
Expand Down

0 comments on commit df6a4ed

Please sign in to comment.