-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Issue
In src/agents/__init__.py
, the docstring for set_default_openai_key
contains a typo:
Current:
"Set the default OpenAI API key to use for LLM requests (and optionally tracing()."
Problems:
- Extra
)
after tracing - Missing "for" before tracing
Suggested fix
It should read:
"Set the default OpenAI API key to use for LLM requests (and optionally for tracing)."
Why this matters
This typo appears in the generated API reference docs, which may confuse new users.
Fixing it improves clarity and professionalism of the documentation.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation