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';
43
43
class AssistantV1 extends BaseService {
44
44
static DEFAULT_SERVICE_URL : string = 'https://api.us-south.assistant.watson.cloud.ibm.com' ;
45
45
46
- static DEFAULT_SERVICE_NAME : string = 'conversation ' ;
46
+ static DEFAULT_SERVICE_NAME : string = 'assistant ' ;
47
47
48
48
/** Release date of the API version you want to use. Specify dates in YYYY-MM-DD format. The current version is
49
49
* `2021-11-27`.
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ import { getSdkHeaders } from '../lib/common';
46
46
class AssistantV2 extends BaseService {
47
47
static DEFAULT_SERVICE_URL : string = 'https://api.us-south.assistant.watson.cloud.ibm.com' ;
48
48
49
- static DEFAULT_SERVICE_NAME : string = 'conversation ' ;
49
+ static DEFAULT_SERVICE_NAME : string = 'assistant ' ;
50
50
51
51
/** Release date of the API version you want to use. Specify dates in YYYY-MM-DD format. The current version is
52
52
* `2024-08-25`.
You can’t perform that action at this time.
0 commit comments