@yuntijs/arcadia-bff-sdk 1.2.45 → 1.2.46

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 CHANGED
@@ -2345,7 +2345,7 @@ export type UpdateAgentModelInput = {
2345
2345
  /** conversionWindowSize 对话轮次 */
2346
2346
  conversionWindowSize?: InputMaybe<Scalars['Int']['input']>;
2347
2347
  /** llm 指当前知识库应用使用的模型服务,即 Kind 为 LLM 的 CR 的名称 */
2348
- llm: Scalars['String']['input'];
2348
+ llm?: InputMaybe<TypedObjectReferenceInput>;
2349
2349
  /** maxLength 最大响应长度 */
2350
2350
  maxLength?: InputMaybe<Scalars['Int']['input']>;
2351
2351
  /** maxTokens 最大输出token */
package/dist/esm/sdk.d.ts CHANGED
@@ -2345,7 +2345,7 @@ export type UpdateAgentModelInput = {
2345
2345
  /** conversionWindowSize 对话轮次 */
2346
2346
  conversionWindowSize?: InputMaybe<Scalars['Int']['input']>;
2347
2347
  /** llm 指当前知识库应用使用的模型服务,即 Kind 为 LLM 的 CR 的名称 */
2348
- llm: Scalars['String']['input'];
2348
+ llm?: InputMaybe<TypedObjectReferenceInput>;
2349
2349
  /** maxLength 最大响应长度 */
2350
2350
  maxLength?: InputMaybe<Scalars['Int']['input']>;
2351
2351
  /** maxTokens 最大输出token */