@yuntijs/arcadia-bff-sdk 1.2.96 → 1.2.97
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/cjs/sdk.d.ts +2 -0
- package/dist/esm/sdk.d.ts +2 -0
- package/dist/umd/index.min.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/sdk.d.ts
CHANGED
|
@@ -3248,6 +3248,8 @@ export type UpdateAgentPromptInput = {
|
|
|
3248
3248
|
userPrompt?: InputMaybe<Scalars['String']['input']>;
|
|
3249
3249
|
};
|
|
3250
3250
|
export type UpdateAgentRerankerInput = {
|
|
3251
|
+
/** 选择的模型 */
|
|
3252
|
+
model?: InputMaybe<Scalars['String']['input']>;
|
|
3251
3253
|
/**
|
|
3252
3254
|
* 应用名称, 用于确定要更新哪个应用
|
|
3253
3255
|
* 规则: 遵循 k8s 命名
|
package/dist/esm/sdk.d.ts
CHANGED
|
@@ -3248,6 +3248,8 @@ export type UpdateAgentPromptInput = {
|
|
|
3248
3248
|
userPrompt?: InputMaybe<Scalars['String']['input']>;
|
|
3249
3249
|
};
|
|
3250
3250
|
export type UpdateAgentRerankerInput = {
|
|
3251
|
+
/** 选择的模型 */
|
|
3252
|
+
model?: InputMaybe<Scalars['String']['input']>;
|
|
3251
3253
|
/**
|
|
3252
3254
|
* 应用名称, 用于确定要更新哪个应用
|
|
3253
3255
|
* 规则: 遵循 k8s 命名
|