Skip to content

Commit db58718

Browse files
chore: update wa-v2 service name
1 parent 141386f commit db58718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibm_watson/assistant_v2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class AssistantV2(BaseService):
4949
"""The Assistant V2 service."""
5050

5151
DEFAULT_SERVICE_URL = 'https://api.us-south.assistant.watson.cloud.ibm.com'
52-
DEFAULT_SERVICE_NAME = 'conversation'
52+
DEFAULT_SERVICE_NAME = 'assistant'
5353

5454
def __init__(
5555
self,

0 commit comments

Comments
 (0)