@petercatai/whisker-client 0.1.202512041323 → 0.1.202512041544
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/dist/api.d.ts +1 -1
- package/dist/api.js +1 -1
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -4039,7 +4039,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4039
4039
|
};
|
|
4040
4040
|
retrieval: {
|
|
4041
4041
|
/**
|
|
4042
|
-
* @description 获取所有召回配置的 JSON Schema,用于前端动态渲染表单。 返回格式: { "deep_retrieval": { ... schema ... }, "region_retrieval": { ... schema ... }, ... }
|
|
4042
|
+
* @description 获取所有召回配置的 JSON Schema,用于前端动态渲染表单。 返回格式: { "deep_retrieval": { ... schema ... }, "region_retrieval": { ... schema ... }, "web_search": { ... schema ... }, ... }
|
|
4043
4043
|
*
|
|
4044
4044
|
* @tags retrieval
|
|
4045
4045
|
* @name GetRetrievalConfigSchemas
|
package/dist/api.js
CHANGED
|
@@ -425,7 +425,7 @@ class Api extends HttpClient {
|
|
|
425
425
|
};
|
|
426
426
|
this.retrieval = {
|
|
427
427
|
/**
|
|
428
|
-
* @description 获取所有召回配置的 JSON Schema,用于前端动态渲染表单。 返回格式: { "deep_retrieval": { ... schema ... }, "region_retrieval": { ... schema ... }, ... }
|
|
428
|
+
* @description 获取所有召回配置的 JSON Schema,用于前端动态渲染表单。 返回格式: { "deep_retrieval": { ... schema ... }, "region_retrieval": { ... schema ... }, "web_search": { ... schema ... }, ... }
|
|
429
429
|
*
|
|
430
430
|
* @tags retrieval
|
|
431
431
|
* @name GetRetrievalConfigSchemas
|