tencentcloud-sdk-nodejs-clb 4.1.308 → 4.1.310
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
|
@@ -3513,6 +3513,10 @@ export interface TestServiceProviderConnectionRequest {
|
|
|
3513
3513
|
* <p>对应模型的能力</p><p>枚举值:</p><ul><li>chat: 生文能力</li><li>embedding: 向量能力</li></ul>
|
|
3514
3514
|
*/
|
|
3515
3515
|
Capability?: string;
|
|
3516
|
+
/**
|
|
3517
|
+
* <p>端点路径</p>
|
|
3518
|
+
*/
|
|
3519
|
+
EndpointPath?: string;
|
|
3516
3520
|
}
|
|
3517
3521
|
/**
|
|
3518
3522
|
* DescribeModelAssociations返回参数结构体
|