Skip to content

Typo in tracing.md #107

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

Closed
dingkwang opened this issue Mar 12, 2025 · 1 comment
Closed

Typo in tracing.md #107

dingkwang opened this issue Mar 12, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@dingkwang
Copy link
Contributor

Describe the bug

A typo in the tracing.md's code example

Debug information

  • Agents SDK version:v0.0.3

Repro steps

    with trace("Joke workflow"): # (1)!
        first_result = await Runner.run(agent, "Tell me a joke")
        second_result = await Runner.run(agent, f"Rate this joke: {first_output.final_output}")

Expected behavior

A clear and concise description of what you expected to happen.

    with trace("Joke workflow"): # (1)!
        first_result = await Runner.run(agent, "Tell me a joke")
        second_result = await Runner.run(agent, f"Rate this joke: {first_result.final_output}")
@dingkwang dingkwang added the bug Something isn't working label Mar 12, 2025
dmitry-openai added a commit that referenced this issue Mar 12, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bug #107. fix typo in tracing.md
@dingkwang
Copy link
Contributor Author

Resolved per #108

nakasy000 pushed a commit to nakasy000/openai-agents-python that referenced this issue Mar 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant