File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ import { getSdkHeaders } from '../lib/common';
4343class AssistantV1 extends BaseService {
4444 static DEFAULT_SERVICE_URL : string = 'https://api.us-south.assistant.watson.cloud.ibm.com' ;
4545
46- static DEFAULT_SERVICE_NAME : string = 'conversation ' ;
46+ static DEFAULT_SERVICE_NAME : string = 'assistant ' ;
4747
4848 /** Release date of the API version you want to use. Specify dates in YYYY-MM-DD format. The current version is
4949 * `2021-11-27`.
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ import { getSdkHeaders } from '../lib/common';
4646class AssistantV2 extends BaseService {
4747 static DEFAULT_SERVICE_URL : string = 'https://api.us-south.assistant.watson.cloud.ibm.com' ;
4848
49- static DEFAULT_SERVICE_NAME : string = 'conversation ' ;
49+ static DEFAULT_SERVICE_NAME : string = 'assistant ' ;
5050
5151 /** Release date of the API version you want to use. Specify dates in YYYY-MM-DD format. The current version is
5252 * `2024-08-25`.
You can’t perform that action at this time.
0 commit comments