Skip to content

Commit

Permalink
Fix autocomplete for interactive python shell (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
xsyann authored Aug 22, 2023
1 parent 3a3e186 commit a37a8bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/chainlit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,3 +230,7 @@ def sleep(duration: int):
"LlamaIndexCallbackHandler",
"HaystackAgentCallbackHandler",
]


def __dir__():
return __all__

0 comments on commit a37a8bd

Please sign in to comment.