You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
withtrace("Joke workflow"): # (1)!first_result=awaitRunner.run(agent, "Tell me a joke")
second_result=awaitRunner.run(agent, f"Rate this joke: {first_output.final_output}")
Expected behavior
A clear and concise description of what you expected to happen.
withtrace("Joke workflow"): # (1)!first_result=awaitRunner.run(agent, "Tell me a joke")
second_result=awaitRunner.run(agent, f"Rate this joke: {first_result.final_output}")
The text was updated successfully, but these errors were encountered:
Describe the bug
A typo in the tracing.md's code example
Debug information
v0.0.3
Repro steps
Expected behavior
A clear and concise description of what you expected to happen.
The text was updated successfully, but these errors were encountered: