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
Specifically, the methods within the EventHandler class are not properly indented under the class definition. This may confuse users and lead to runtime errors.
Confirm this is an issue with the Python library and not an underlying OpenAI API
Describe the bug
The Python example provided in the "Step 4: Create a Run" section of the [Quickstart documentation](https://platform.openai.com/docs/assistants/quickstart#step-4-create-a-run) contains incorrect indentation, which leads to a
IndentationError
when executed as-is.Specifically, the methods within the
EventHandler
class are not properly indented under the class definition. This may confuse users and lead to runtime errors.To Reproduce
IndentationError
caused by misaligned methods in theEventHandler
class.Code snippets
OS
Python version
Library version
The text was updated successfully, but these errors were encountered: