Skip to content

Fix title and tags #1866

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/agents_sdk/evaluate_agents.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"id": "qsOnSYBqfoSL"
},
"source": [
"# Evaluating OpenAI Agents\n",
"# Evaluating Agents with Langfuse\n",
"\n",
"In this cookbook, we will learn how to **monitor the internal steps (traces) of the [OpenAI agent SDK](https://github.com/openai/openai-agents-python)** and **evaluate its performance** using [Langfuse](https://langfuse.com/docs).\n",
"\n",
Expand Down
6 changes: 3 additions & 3 deletions registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2009,14 +2009,14 @@
- audio
- speech

- title: Evaluating OpenAI Agents
- title: Evaluating Agents with Langfuse
path: examples/agents_sdk/evaluate_agents.ipynb
date: 2025-03-31
authors:
- jannik-maierhofer
tags:
- agents
- evaluation
- evals
- agents-sdk

- title: GPT Actions library - Salesforce & Gong
path: examples/chatgpt/gpt_actions_library/gpt_action_salesforce_gong.md
Expand Down