Skip to content

Commit ac82c45

Browse files
fix(assistantv2): use original createSession method signature
1 parent c9dbbfa commit ac82c45

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

ibm_watson/assistant_v2.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,7 @@ def __init__(
8181
# Sessions
8282
#########################
8383

84-
def create_session(self,
85-
assistant_id: str,
86-
*,
87-
**kwargs) -> DetailedResponse:
84+
def create_session(self, assistant_id: str, **kwargs) -> DetailedResponse:
8885
"""
8986
Create a session.
9087

0 commit comments

Comments
 (0)