-
Notifications
You must be signed in to change notification settings - Fork 448
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
enable create session from an endpoint #101
Conversation
Signed-off-by: Tao He <[email protected]>
Signed-off-by: Tao He <[email protected]>
tmp update update update entripoint.sh
Codecov Report
@@ Coverage Diff @@
## main #101 +/- ##
==========================================
+ Coverage 78.05% 78.13% +0.07%
==========================================
Files 50 50
Lines 4511 4527 +16
==========================================
+ Hits 3521 3537 +16
Misses 990 990
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -273,7 +273,7 @@ def __init__( | |||
# update other optional params | |||
self._config_params.update(kw) | |||
|
|||
self._config_params["addr"] = None | |||
self._config_params["addr"] = kw.pop("addr", None) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe you can update the session doc if we support param addr
.
enable create session from an endpoint