Skip to content

Commit

Permalink
GitHub Action - Update examples in docs from notebooks (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 26, 2024
1 parent 21c8054 commit 69e29f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/v1/examples/recording_events.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ _View Notebook on <a href={'https://github.com/AgentOps-AI/agentops/blob/main/ex
{/* SOURCE_FILE: examples/recording-events.ipynb */}

# Recording Events
AgentOps has a number of different [Event Types](https://docs.agentops.ai/v1/details/events).
AgentOps has a number of different [Event Types](https://docs.agentops.ai/v1/details/events)

We automatically instrument your LLM Calls from OpenAI, LiteLLM, Cohere, and more. Just make sure their SDKs are imported before initializing AgentOps like we see below

Expand Down
2 changes: 1 addition & 1 deletion docs/v1/examples/simple_agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ _View Notebook on <a href={'https://github.com/AgentOps-AI/agentops/blob/main/ex
{/* SOURCE_FILE: examples/openai-gpt.ipynb */}

# AgentOps Basic Monitoring
This is an example of how to use the AgentOps library for basic Agent monitoring with OpenAI's GPT.
This is an example of how to use the AgentOps library for basic Agent monitoring with OpenAI's GPT

First let's install the required packages

Expand Down

0 comments on commit 69e29f8

Please sign in to comment.