tencentcloud-sdk-nodejs-tdai 4.1.151 → 4.1.153
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -39,7 +39,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
39
39
|
*/
|
|
40
40
|
DescribeAgentInstance(req: DescribeAgentInstanceRequest, cb?: (error: string, rep: DescribeAgentInstanceResponse) => void): Promise<DescribeAgentInstanceResponse>;
|
|
41
41
|
/**
|
|
42
|
-
*
|
|
42
|
+
* 用于创建一次会话的SSE接口
|
|
43
43
|
*/
|
|
44
44
|
CreateChatCompletion(req: CreateChatCompletionRequest, cb?: (error: string, rep: CreateChatCompletionResponse) => void): Promise<CreateChatCompletionResponse>;
|
|
45
45
|
/**
|
|
@@ -77,7 +77,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
77
77
|
return this.request("DescribeAgentInstance", req, cb);
|
|
78
78
|
}
|
|
79
79
|
/**
|
|
80
|
-
*
|
|
80
|
+
* 用于创建一次会话的SSE接口
|
|
81
81
|
*/
|
|
82
82
|
async CreateChatCompletion(req, cb) {
|
|
83
83
|
return this.request("CreateChatCompletion", req, cb);
|