@alicloud/aimiaobi20230801 1.12.0 → 1.13.0

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/client.d.ts CHANGED
@@ -7918,6 +7918,120 @@ export declare class RunKeywordsExtractionGenerationResponse extends $tea.Model
7918
7918
  [key: string]: any;
7919
7919
  });
7920
7920
  }
7921
+ export declare class RunSearchGenerationRequest extends $tea.Model {
7922
+ agentContext?: RunSearchGenerationRequestAgentContext;
7923
+ /**
7924
+ * @example
7925
+ * xxx
7926
+ */
7927
+ chatConfig?: RunSearchGenerationRequestChatConfig;
7928
+ /**
7929
+ * @example
7930
+ * xxx
7931
+ */
7932
+ originalSessionId?: string;
7933
+ /**
7934
+ * @example
7935
+ * xxx
7936
+ */
7937
+ prompt?: string;
7938
+ /**
7939
+ * @example
7940
+ * 7AA2AE16-D873-5C5F-9708-15396C382EB1
7941
+ */
7942
+ taskId?: string;
7943
+ /**
7944
+ * @remarks
7945
+ * This parameter is required.
7946
+ *
7947
+ * @example
7948
+ * llm-xxx
7949
+ */
7950
+ workspaceId?: string;
7951
+ static names(): {
7952
+ [key: string]: string;
7953
+ };
7954
+ static types(): {
7955
+ [key: string]: any;
7956
+ };
7957
+ constructor(map?: {
7958
+ [key: string]: any;
7959
+ });
7960
+ }
7961
+ export declare class RunSearchGenerationShrinkRequest extends $tea.Model {
7962
+ agentContextShrink?: string;
7963
+ /**
7964
+ * @example
7965
+ * xxx
7966
+ */
7967
+ chatConfigShrink?: string;
7968
+ /**
7969
+ * @example
7970
+ * xxx
7971
+ */
7972
+ originalSessionId?: string;
7973
+ /**
7974
+ * @example
7975
+ * xxx
7976
+ */
7977
+ prompt?: string;
7978
+ /**
7979
+ * @example
7980
+ * 7AA2AE16-D873-5C5F-9708-15396C382EB1
7981
+ */
7982
+ taskId?: string;
7983
+ /**
7984
+ * @remarks
7985
+ * This parameter is required.
7986
+ *
7987
+ * @example
7988
+ * llm-xxx
7989
+ */
7990
+ workspaceId?: string;
7991
+ static names(): {
7992
+ [key: string]: string;
7993
+ };
7994
+ static types(): {
7995
+ [key: string]: any;
7996
+ };
7997
+ constructor(map?: {
7998
+ [key: string]: any;
7999
+ });
8000
+ }
8001
+ export declare class RunSearchGenerationResponseBody extends $tea.Model {
8002
+ header?: RunSearchGenerationResponseBodyHeader;
8003
+ payload?: RunSearchGenerationResponseBodyPayload;
8004
+ /**
8005
+ * @example
8006
+ * xx
8007
+ */
8008
+ requestId?: string;
8009
+ static names(): {
8010
+ [key: string]: string;
8011
+ };
8012
+ static types(): {
8013
+ [key: string]: any;
8014
+ };
8015
+ constructor(map?: {
8016
+ [key: string]: any;
8017
+ });
8018
+ }
8019
+ export declare class RunSearchGenerationResponse extends $tea.Model {
8020
+ headers?: {
8021
+ [key: string]: string;
8022
+ };
8023
+ statusCode?: number;
8024
+ body?: RunSearchGenerationResponseBody;
8025
+ static names(): {
8026
+ [key: string]: string;
8027
+ };
8028
+ static types(): {
8029
+ [key: string]: any;
8030
+ };
8031
+ constructor(map?: {
8032
+ [key: string]: any;
8033
+ });
8034
+ }
7921
8035
  export declare class RunStepByStepWritingRequest extends $tea.Model {
7922
8036
  /**
7923
8037
  * @example
@@ -16226,12 +16340,8 @@ export declare class RunKeywordsExtractionGenerationResponseBodyPayload extends
16226
16340
  [key: string]: any;
16227
16341
  });
16228
16342
  }
16229
- export declare class RunStepByStepWritingRequestReferenceDataArticles extends $tea.Model {
16230
- /**
16231
- * @example
16232
- * 作者
16233
- */
16234
- author?: string;
16343
+ export declare class RunSearchGenerationRequestAgentContextBizContextMultimodalMediaSelectionTextSearchResultSearchResult extends $tea.Model {
16344
+ chunks?: string[];
16235
16345
  /**
16236
16346
  * @example
16237
16347
  * 文章内容
@@ -16244,34 +16354,44 @@ export declare class RunStepByStepWritingRequestReferenceDataArticles extends $t
16244
16354
  docId?: string;
16245
16355
  /**
16246
16356
  * @example
16247
- * 8a20e007a6174522af4d6a2657d5526f
16357
+ * xxx
16248
16358
  */
16249
16359
  docUuid?: string;
16250
16360
  /**
16251
16361
  * @example
16252
- * http://www.example.com
16362
+ * 2024-11-25 14:25:59
16253
16363
  */
16254
- mediaUrl?: string;
16364
+ pubTime?: string;
16255
16365
  /**
16256
16366
  * @example
16257
- * 2024-09-10 14:17:54
16367
+ * 1
16258
16368
  */
16259
- pubTime?: string;
16369
+ score?: number;
16260
16370
  /**
16261
16371
  * @example
16262
- * 央视网
16372
+ * QuarkCommonNews
16263
16373
  */
16264
- source?: string;
16374
+ searchSource?: string;
16265
16375
  /**
16266
16376
  * @example
16267
- * 文章摘要
16377
+ * 互联网搜索
16268
16378
  */
16269
- summary?: string;
16379
+ searchSourceName?: string;
16270
16380
  /**
16271
16381
  * @example
16272
- * 文章标签
16382
+ * SystemSearch
16273
16383
  */
16274
- tag?: string;
16384
+ searchSourceType?: string;
16385
+ /**
16386
+ * @example
16387
+ * 新华社
16388
+ */
16389
+ source?: string;
16390
+ /**
16391
+ * @example
16392
+ * 文章摘要
16393
+ */
16394
+ summary?: string;
16275
16395
  /**
16276
16396
  * @example
16277
16397
  * 文章标题
@@ -16292,22 +16412,45 @@ export declare class RunStepByStepWritingRequestReferenceDataArticles extends $t
16292
16412
  [key: string]: any;
16293
16413
  });
16294
16414
  }
16295
- export declare class RunStepByStepWritingRequestReferenceDataOutlinesArticles extends $tea.Model {
16415
+ export declare class RunSearchGenerationRequestAgentContextBizContextMultimodalMediaSelectionTextSearchResult extends $tea.Model {
16416
+ searchResult?: RunSearchGenerationRequestAgentContextBizContextMultimodalMediaSelectionTextSearchResultSearchResult[];
16417
+ static names(): {
16418
+ [key: string]: string;
16419
+ };
16420
+ static types(): {
16421
+ [key: string]: any;
16422
+ };
16423
+ constructor(map?: {
16424
+ [key: string]: any;
16425
+ });
16426
+ }
16427
+ export declare class RunSearchGenerationRequestAgentContextBizContextMultimodalMediaSelection extends $tea.Model {
16296
16428
  /**
16297
16429
  * @example
16298
- * 文章内容
16430
+ * 原始会话唯一标识:搜索结果取这个会话中的全量,目前仅媒资搜索场景需要
16299
16431
  */
16300
- content?: string;
16432
+ originalSessionId?: string;
16301
16433
  /**
16302
16434
  * @example
16303
- * 文章标题
16435
+ * TextGenerate
16304
16436
  */
16305
- title?: string;
16437
+ searchModel?: string;
16306
16438
  /**
16307
16439
  * @example
16308
- * 文章链接
16440
+ * 分类1
16309
16441
  */
16310
- url?: string;
16442
+ searchModelDataValue?: string;
16443
+ /**
16444
+ * @example
16445
+ * all
16446
+ */
16447
+ selectionType?: string;
16448
+ /**
16449
+ * @example
16450
+ * 3f7045e099474ba28ceca1b4eb6d6e21
16451
+ */
16452
+ sessionId?: string;
16453
+ textSearchResult?: RunSearchGenerationRequestAgentContextBizContextMultimodalMediaSelectionTextSearchResult;
16311
16454
  static names(): {
16312
16455
  [key: string]: string;
16313
16456
  };
@@ -16318,13 +16461,8 @@ export declare class RunStepByStepWritingRequestReferenceDataOutlinesArticles ex
16318
16461
  [key: string]: any;
16319
16462
  });
16320
16463
  }
16321
- export declare class RunStepByStepWritingRequestReferenceDataOutlines extends $tea.Model {
16322
- articles?: RunStepByStepWritingRequestReferenceDataOutlinesArticles[];
16323
- /**
16324
- * @example
16325
- * 大纲
16326
- */
16327
- outline?: string;
16464
+ export declare class RunSearchGenerationRequestAgentContextBizContext extends $tea.Model {
16465
+ multimodalMediaSelection?: RunSearchGenerationRequestAgentContextBizContextMultimodalMediaSelection;
16328
16466
  static names(): {
16329
16467
  [key: string]: string;
16330
16468
  };
@@ -16335,11 +16473,8 @@ export declare class RunStepByStepWritingRequestReferenceDataOutlines extends $t
16335
16473
  [key: string]: any;
16336
16474
  });
16337
16475
  }
16338
- export declare class RunStepByStepWritingRequestReferenceData extends $tea.Model {
16339
- articles?: RunStepByStepWritingRequestReferenceDataArticles[];
16340
- miniDoc?: string[];
16341
- outlines?: RunStepByStepWritingRequestReferenceDataOutlines[];
16342
- summarization?: string[];
16476
+ export declare class RunSearchGenerationRequestAgentContext extends $tea.Model {
16477
+ bizContext?: RunSearchGenerationRequestAgentContextBizContext;
16343
16478
  static names(): {
16344
16479
  [key: string]: string;
16345
16480
  };
@@ -16350,27 +16485,17 @@ export declare class RunStepByStepWritingRequestReferenceData extends $tea.Model
16350
16485
  [key: string]: any;
16351
16486
  });
16352
16487
  }
16353
- export declare class RunStepByStepWritingRequestWritingConfigPromptTag extends $tea.Model {
16354
- /**
16355
- * @example
16356
- * 必要提示
16357
- */
16358
- necessaryTips?: string;
16359
- /**
16360
- * @example
16361
- * 立场
16362
- */
16363
- position?: string;
16488
+ export declare class RunSearchGenerationRequestChatConfigSearchParamSearchSources extends $tea.Model {
16364
16489
  /**
16365
16490
  * @example
16366
- * 反向词
16491
+ * SystemSearch
16367
16492
  */
16368
- reverseWords?: string;
16493
+ code?: string;
16369
16494
  /**
16370
16495
  * @example
16371
- * 主题
16496
+ * QuarkCommonNews
16372
16497
  */
16373
- theme?: string;
16498
+ datasetName?: string;
16374
16499
  static names(): {
16375
16500
  [key: string]: string;
16376
16501
  };
@@ -16381,17 +16506,19 @@ export declare class RunStepByStepWritingRequestWritingConfigPromptTag extends $
16381
16506
  [key: string]: any;
16382
16507
  });
16383
16508
  }
16384
- export declare class RunStepByStepWritingRequestWritingConfigTags extends $tea.Model {
16509
+ export declare class RunSearchGenerationRequestChatConfigSearchParam extends $tea.Model {
16385
16510
  /**
16386
16511
  * @example
16387
- * 10
16512
+ * 1725983999999
16388
16513
  */
16389
- keyword?: string;
16514
+ endTime?: number;
16515
+ multimodalSearchTypes?: string[];
16516
+ searchSources?: RunSearchGenerationRequestChatConfigSearchParamSearchSources[];
16390
16517
  /**
16391
16518
  * @example
16392
- * gcNumberSizeTag
16519
+ * 1725983999999
16393
16520
  */
16394
- tag?: string;
16521
+ startTime?: number;
16395
16522
  static names(): {
16396
16523
  [key: string]: string;
16397
16524
  };
@@ -16402,30 +16529,19 @@ export declare class RunStepByStepWritingRequestWritingConfigTags extends $tea.M
16402
16529
  [key: string]: any;
16403
16530
  });
16404
16531
  }
16405
- export declare class RunStepByStepWritingRequestWritingConfig extends $tea.Model {
16406
- /**
16407
- * @example
16408
- * media
16409
- */
16410
- domain?: string;
16411
- keywords?: string[];
16412
- promptTag?: RunStepByStepWritingRequestWritingConfigPromptTag;
16413
- /**
16414
- * @example
16415
- * 分步骤写作场景,传媒写作支持的写作场景:新闻写作(默认),新闻评论,通用文体,公文写作支持的写作场景:通知(默认),通告,通报,请示,决定,函,通用文体
16416
- */
16417
- scene?: string;
16532
+ export declare class RunSearchGenerationRequestChatConfig extends $tea.Model {
16418
16533
  /**
16419
16534
  * @example
16420
- * Writing
16535
+ * concise
16421
16536
  */
16422
- step?: string;
16423
- tags?: RunStepByStepWritingRequestWritingConfigTags[];
16537
+ generateLevel?: string;
16424
16538
  /**
16425
16539
  * @example
16426
- * true
16540
+ * copilotPrecise
16427
16541
  */
16428
- useSearch?: boolean;
16542
+ generateTechnology?: string;
16543
+ searchModels?: string[];
16544
+ searchParam?: RunSearchGenerationRequestChatConfigSearchParam;
16429
16545
  static names(): {
16430
16546
  [key: string]: string;
16431
16547
  };
@@ -16436,22 +16552,27 @@ export declare class RunStepByStepWritingRequestWritingConfig extends $tea.Model
16436
16552
  [key: string]: any;
16437
16553
  });
16438
16554
  }
16439
- export declare class RunStepByStepWritingResponseBodyHeader extends $tea.Model {
16555
+ export declare class RunSearchGenerationResponseBodyHeader extends $tea.Model {
16440
16556
  /**
16441
16557
  * @example
16442
- * 错误码
16558
+ * AccessForbid
16443
16559
  */
16444
16560
  errorCode?: string;
16445
16561
  /**
16446
16562
  * @example
16447
- * 错误信息
16563
+ * xx
16448
16564
  */
16449
16565
  errorMessage?: string;
16450
16566
  /**
16451
16567
  * @example
16452
- * task-started
16568
+ * task-failed
16453
16569
  */
16454
16570
  event?: string;
16571
+ /**
16572
+ * @example
16573
+ * xx
16574
+ */
16575
+ eventInfo?: string;
16455
16576
  /**
16456
16577
  * @example
16457
16578
  * 3f7045e099474ba28ceca1b4eb6d6e21
@@ -16459,17 +16580,22 @@ export declare class RunStepByStepWritingResponseBodyHeader extends $tea.Model {
16459
16580
  originSessionId?: string;
16460
16581
  /**
16461
16582
  * @example
16462
- * 3f7045e099474ba28ceca1b4eb6d6e21
16583
+ * 1
16584
+ */
16585
+ responseTime?: number;
16586
+ /**
16587
+ * @example
16588
+ * x
16463
16589
  */
16464
16590
  sessionId?: string;
16465
16591
  /**
16466
16592
  * @example
16467
- * 3f7045e099474ba28ceca1b4eb6d6e21
16593
+ * x
16468
16594
  */
16469
16595
  taskId?: string;
16470
16596
  /**
16471
16597
  * @example
16472
- * 全链路ID
16598
+ * xx
16473
16599
  */
16474
16600
  traceId?: string;
16475
16601
  static names(): {
@@ -16482,32 +16608,2174 @@ export declare class RunStepByStepWritingResponseBodyHeader extends $tea.Model {
16482
16608
  [key: string]: any;
16483
16609
  });
16484
16610
  }
16485
- export declare class RunStepByStepWritingResponseBodyPayloadOutputArticles extends $tea.Model {
16611
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentClusterTopicResultClusterTopicsImageSearchResultSearchResultArticle extends $tea.Model {
16486
16612
  /**
16487
16613
  * @example
16488
- * 作者
16614
+ * xx
16489
16615
  */
16490
- author?: string;
16616
+ docId?: string;
16491
16617
  /**
16492
16618
  * @example
16493
- * 文章内容
16619
+ * xx
16494
16620
  */
16495
- content?: string;
16621
+ docUuid?: string;
16496
16622
  /**
16497
16623
  * @example
16498
- * 文档-自定义的唯一ID
16624
+ * 互联网搜索
16499
16625
  */
16500
- docId?: string;
16626
+ searchSourceName?: string;
16501
16627
  /**
16502
16628
  * @example
16503
- * f1da53894e784759946d22e2cb2b522a
16629
+ * xx
16504
16630
  */
16505
- docUuid?: string;
16631
+ summary?: string;
16506
16632
  /**
16507
16633
  * @example
16508
- * http://www.example.com
16634
+ * xx
16509
16635
  */
16510
- mediaUrl?: string;
16636
+ title?: string;
16637
+ /**
16638
+ * @example
16639
+ * xx
16640
+ */
16641
+ url?: string;
16642
+ static names(): {
16643
+ [key: string]: string;
16644
+ };
16645
+ static types(): {
16646
+ [key: string]: any;
16647
+ };
16648
+ constructor(map?: {
16649
+ [key: string]: any;
16650
+ });
16651
+ }
16652
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentClusterTopicResultClusterTopicsImageSearchResultSearchResult extends $tea.Model {
16653
+ article?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentClusterTopicResultClusterTopicsImageSearchResultSearchResultArticle;
16654
+ /**
16655
+ * @example
16656
+ * xx
16657
+ */
16658
+ fileUrl?: string;
16659
+ /**
16660
+ * @example
16661
+ * xx
16662
+ */
16663
+ mediaId?: string;
16664
+ static names(): {
16665
+ [key: string]: string;
16666
+ };
16667
+ static types(): {
16668
+ [key: string]: any;
16669
+ };
16670
+ constructor(map?: {
16671
+ [key: string]: any;
16672
+ });
16673
+ }
16674
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentClusterTopicResultClusterTopicsImageSearchResult extends $tea.Model {
16675
+ /**
16676
+ * @example
16677
+ * 1
16678
+ */
16679
+ current?: number;
16680
+ searchResult?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentClusterTopicResultClusterTopicsImageSearchResultSearchResult[];
16681
+ /**
16682
+ * @example
16683
+ * 1
16684
+ */
16685
+ size?: number;
16686
+ /**
16687
+ * @example
16688
+ * 1
16689
+ */
16690
+ total?: number;
16691
+ static names(): {
16692
+ [key: string]: string;
16693
+ };
16694
+ static types(): {
16695
+ [key: string]: any;
16696
+ };
16697
+ constructor(map?: {
16698
+ [key: string]: any;
16699
+ });
16700
+ }
16701
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentClusterTopicResultClusterTopicsTextSearchResultSearchResultMultimodalMedias extends $tea.Model {
16702
+ /**
16703
+ * @example
16704
+ * xx
16705
+ */
16706
+ fileUrl?: string;
16707
+ /**
16708
+ * @example
16709
+ * xx
16710
+ */
16711
+ mediaId?: string;
16712
+ /**
16713
+ * @example
16714
+ * image
16715
+ */
16716
+ mediaType?: string;
16717
+ static names(): {
16718
+ [key: string]: string;
16719
+ };
16720
+ static types(): {
16721
+ [key: string]: any;
16722
+ };
16723
+ constructor(map?: {
16724
+ [key: string]: any;
16725
+ });
16726
+ }
16727
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentClusterTopicResultClusterTopicsTextSearchResultSearchResult extends $tea.Model {
16728
+ /**
16729
+ * @example
16730
+ * xx
16731
+ */
16732
+ docId?: string;
16733
+ /**
16734
+ * @example
16735
+ * xx
16736
+ */
16737
+ docUuid?: string;
16738
+ multimodalMedias?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentClusterTopicResultClusterTopicsTextSearchResultSearchResultMultimodalMedias[];
16739
+ /**
16740
+ * @example
16741
+ * 2023-04-04 08:39:09
16742
+ */
16743
+ pubTime?: string;
16744
+ /**
16745
+ * @example
16746
+ * QuarkCommonNews
16747
+ */
16748
+ searchSource?: string;
16749
+ /**
16750
+ * @example
16751
+ * 互联网搜索
16752
+ */
16753
+ searchSourceName?: string;
16754
+ /**
16755
+ * @example
16756
+ * SystemSearch
16757
+ */
16758
+ searchSourceType?: string;
16759
+ /**
16760
+ * @example
16761
+ * xx
16762
+ */
16763
+ summary?: string;
16764
+ /**
16765
+ * @example
16766
+ * xx
16767
+ */
16768
+ title?: string;
16769
+ /**
16770
+ * @example
16771
+ * xx
16772
+ */
16773
+ url?: string;
16774
+ static names(): {
16775
+ [key: string]: string;
16776
+ };
16777
+ static types(): {
16778
+ [key: string]: any;
16779
+ };
16780
+ constructor(map?: {
16781
+ [key: string]: any;
16782
+ });
16783
+ }
16784
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentClusterTopicResultClusterTopicsTextSearchResult extends $tea.Model {
16785
+ /**
16786
+ * @example
16787
+ * 1
16788
+ */
16789
+ current?: number;
16790
+ searchResult?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentClusterTopicResultClusterTopicsTextSearchResultSearchResult[];
16791
+ /**
16792
+ * @example
16793
+ * 1
16794
+ */
16795
+ size?: number;
16796
+ /**
16797
+ * @example
16798
+ * 1
16799
+ */
16800
+ total?: number;
16801
+ static names(): {
16802
+ [key: string]: string;
16803
+ };
16804
+ static types(): {
16805
+ [key: string]: any;
16806
+ };
16807
+ constructor(map?: {
16808
+ [key: string]: any;
16809
+ });
16810
+ }
16811
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentClusterTopicResultClusterTopicsVideoSearchResultSearchResultArticle extends $tea.Model {
16812
+ /**
16813
+ * @example
16814
+ * xx
16815
+ */
16816
+ docId?: string;
16817
+ /**
16818
+ * @example
16819
+ * xx
16820
+ */
16821
+ docUuid?: string;
16822
+ /**
16823
+ * @example
16824
+ * 互联网搜索
16825
+ */
16826
+ searchSourceName?: string;
16827
+ /**
16828
+ * @example
16829
+ * xx
16830
+ */
16831
+ summary?: string;
16832
+ /**
16833
+ * @example
16834
+ * xx
16835
+ */
16836
+ title?: string;
16837
+ /**
16838
+ * @example
16839
+ * xx
16840
+ */
16841
+ url?: string;
16842
+ static names(): {
16843
+ [key: string]: string;
16844
+ };
16845
+ static types(): {
16846
+ [key: string]: any;
16847
+ };
16848
+ constructor(map?: {
16849
+ [key: string]: any;
16850
+ });
16851
+ }
16852
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentClusterTopicResultClusterTopicsVideoSearchResultSearchResultClipInfos extends $tea.Model {
16853
+ /**
16854
+ * @example
16855
+ * 1
16856
+ */
16857
+ from?: number;
16858
+ /**
16859
+ * @example
16860
+ * 0.9
16861
+ */
16862
+ score?: number;
16863
+ /**
16864
+ * @example
16865
+ * xx
16866
+ */
16867
+ text?: string;
16868
+ /**
16869
+ * @example
16870
+ * 1
16871
+ */
16872
+ to?: number;
16873
+ /**
16874
+ * @example
16875
+ * asr
16876
+ */
16877
+ type?: string;
16878
+ static names(): {
16879
+ [key: string]: string;
16880
+ };
16881
+ static types(): {
16882
+ [key: string]: any;
16883
+ };
16884
+ constructor(map?: {
16885
+ [key: string]: any;
16886
+ });
16887
+ }
16888
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentClusterTopicResultClusterTopicsVideoSearchResultSearchResult extends $tea.Model {
16889
+ article?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentClusterTopicResultClusterTopicsVideoSearchResultSearchResultArticle;
16890
+ clipInfos?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentClusterTopicResultClusterTopicsVideoSearchResultSearchResultClipInfos[];
16891
+ /**
16892
+ * @example
16893
+ * xx
16894
+ */
16895
+ fileUrl?: string;
16896
+ /**
16897
+ * @example
16898
+ * xx
16899
+ */
16900
+ mediaId?: string;
16901
+ static names(): {
16902
+ [key: string]: string;
16903
+ };
16904
+ static types(): {
16905
+ [key: string]: any;
16906
+ };
16907
+ constructor(map?: {
16908
+ [key: string]: any;
16909
+ });
16910
+ }
16911
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentClusterTopicResultClusterTopicsVideoSearchResult extends $tea.Model {
16912
+ /**
16913
+ * @example
16914
+ * 1
16915
+ */
16916
+ current?: number;
16917
+ searchResult?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentClusterTopicResultClusterTopicsVideoSearchResultSearchResult[];
16918
+ /**
16919
+ * @example
16920
+ * 1
16921
+ */
16922
+ size?: number;
16923
+ /**
16924
+ * @example
16925
+ * 1
16926
+ */
16927
+ total?: number;
16928
+ static names(): {
16929
+ [key: string]: string;
16930
+ };
16931
+ static types(): {
16932
+ [key: string]: any;
16933
+ };
16934
+ constructor(map?: {
16935
+ [key: string]: any;
16936
+ });
16937
+ }
16938
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentClusterTopicResultClusterTopics extends $tea.Model {
16939
+ imageSearchResult?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentClusterTopicResultClusterTopicsImageSearchResult;
16940
+ textSearchResult?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentClusterTopicResultClusterTopicsTextSearchResult;
16941
+ /**
16942
+ * @example
16943
+ * xx
16944
+ */
16945
+ topic?: string;
16946
+ videoSearchResult?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentClusterTopicResultClusterTopicsVideoSearchResult;
16947
+ static names(): {
16948
+ [key: string]: string;
16949
+ };
16950
+ static types(): {
16951
+ [key: string]: any;
16952
+ };
16953
+ constructor(map?: {
16954
+ [key: string]: any;
16955
+ });
16956
+ }
16957
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentClusterTopicResult extends $tea.Model {
16958
+ clusterTopics?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentClusterTopicResultClusterTopics[];
16959
+ /**
16960
+ * @example
16961
+ * true
16962
+ */
16963
+ generateFinished?: boolean;
16964
+ /**
16965
+ * @example
16966
+ * xx
16967
+ */
16968
+ textGenerate?: string;
16969
+ static names(): {
16970
+ [key: string]: string;
16971
+ };
16972
+ static types(): {
16973
+ [key: string]: any;
16974
+ };
16975
+ constructor(map?: {
16976
+ [key: string]: any;
16977
+ });
16978
+ }
16979
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentExcerptResultSearchResultMultimodalMedias extends $tea.Model {
16980
+ /**
16981
+ * @example
16982
+ * xx
16983
+ */
16984
+ fileUrl?: string;
16985
+ /**
16986
+ * @example
16987
+ * xx
16988
+ */
16989
+ mediaId?: string;
16990
+ /**
16991
+ * @example
16992
+ * image
16993
+ */
16994
+ mediaType?: string;
16995
+ static names(): {
16996
+ [key: string]: string;
16997
+ };
16998
+ static types(): {
16999
+ [key: string]: any;
17000
+ };
17001
+ constructor(map?: {
17002
+ [key: string]: any;
17003
+ });
17004
+ }
17005
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentExcerptResultSearchResultTextGenerateMultimodalMediaListMultimodalMediaListArticle extends $tea.Model {
17006
+ /**
17007
+ * @example
17008
+ * xx
17009
+ */
17010
+ docId?: string;
17011
+ /**
17012
+ * @example
17013
+ * xx
17014
+ */
17015
+ docUuid?: string;
17016
+ /**
17017
+ * @example
17018
+ * xxx
17019
+ */
17020
+ searchSourceName?: string;
17021
+ /**
17022
+ * @example
17023
+ * xx
17024
+ */
17025
+ title?: string;
17026
+ /**
17027
+ * @example
17028
+ * xx
17029
+ */
17030
+ url?: string;
17031
+ static names(): {
17032
+ [key: string]: string;
17033
+ };
17034
+ static types(): {
17035
+ [key: string]: any;
17036
+ };
17037
+ constructor(map?: {
17038
+ [key: string]: any;
17039
+ });
17040
+ }
17041
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentExcerptResultSearchResultTextGenerateMultimodalMediaListMultimodalMediaList extends $tea.Model {
17042
+ article?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentExcerptResultSearchResultTextGenerateMultimodalMediaListMultimodalMediaListArticle;
17043
+ /**
17044
+ * @example
17045
+ * xx
17046
+ */
17047
+ fileUrl?: string;
17048
+ /**
17049
+ * @example
17050
+ * xx
17051
+ */
17052
+ mediaId?: string;
17053
+ /**
17054
+ * @example
17055
+ * image
17056
+ */
17057
+ mediaType?: string;
17058
+ static names(): {
17059
+ [key: string]: string;
17060
+ };
17061
+ static types(): {
17062
+ [key: string]: any;
17063
+ };
17064
+ constructor(map?: {
17065
+ [key: string]: any;
17066
+ });
17067
+ }
17068
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentExcerptResultSearchResultTextGenerateMultimodalMediaList extends $tea.Model {
17069
+ /**
17070
+ * @example
17071
+ * xx
17072
+ */
17073
+ docUuid?: string;
17074
+ /**
17075
+ * @example
17076
+ * 1
17077
+ */
17078
+ end?: number;
17079
+ multimodalMediaList?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentExcerptResultSearchResultTextGenerateMultimodalMediaListMultimodalMediaList[];
17080
+ /**
17081
+ * @example
17082
+ * 1
17083
+ */
17084
+ start?: number;
17085
+ static names(): {
17086
+ [key: string]: string;
17087
+ };
17088
+ static types(): {
17089
+ [key: string]: any;
17090
+ };
17091
+ constructor(map?: {
17092
+ [key: string]: any;
17093
+ });
17094
+ }
17095
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentExcerptResultSearchResult extends $tea.Model {
17096
+ chunks?: string[];
17097
+ /**
17098
+ * @example
17099
+ * xx
17100
+ */
17101
+ content?: string;
17102
+ /**
17103
+ * @example
17104
+ * xx
17105
+ */
17106
+ docId?: string;
17107
+ /**
17108
+ * @example
17109
+ * xx
17110
+ */
17111
+ docUuid?: string;
17112
+ /**
17113
+ * @example
17114
+ * xx
17115
+ */
17116
+ excerpt?: string;
17117
+ multimodalMedias?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentExcerptResultSearchResultMultimodalMedias[];
17118
+ /**
17119
+ * @example
17120
+ * 2023-04-04 08:39:09
17121
+ */
17122
+ pubTime?: string;
17123
+ /**
17124
+ * @example
17125
+ * 0.99
17126
+ */
17127
+ score?: number;
17128
+ /**
17129
+ * @example
17130
+ * QuarkCommonNews
17131
+ */
17132
+ searchSource?: string;
17133
+ /**
17134
+ * @example
17135
+ * 互联网搜索
17136
+ */
17137
+ searchSourceName?: string;
17138
+ /**
17139
+ * @example
17140
+ * SystemSearch
17141
+ */
17142
+ searchSourceType?: string;
17143
+ /**
17144
+ * @example
17145
+ * true
17146
+ */
17147
+ select?: boolean;
17148
+ /**
17149
+ * @example
17150
+ * xx
17151
+ */
17152
+ summary?: string;
17153
+ textGenerateMultimodalMediaList?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentExcerptResultSearchResultTextGenerateMultimodalMediaList[];
17154
+ /**
17155
+ * @example
17156
+ * xx
17157
+ */
17158
+ title?: string;
17159
+ /**
17160
+ * @example
17161
+ * 1
17162
+ */
17163
+ traceabilityId?: number;
17164
+ /**
17165
+ * @example
17166
+ * xx
17167
+ */
17168
+ url?: string;
17169
+ static names(): {
17170
+ [key: string]: string;
17171
+ };
17172
+ static types(): {
17173
+ [key: string]: any;
17174
+ };
17175
+ constructor(map?: {
17176
+ [key: string]: any;
17177
+ });
17178
+ }
17179
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentExcerptResult extends $tea.Model {
17180
+ /**
17181
+ * @example
17182
+ * true
17183
+ */
17184
+ generateFinished?: boolean;
17185
+ /**
17186
+ * @example
17187
+ * concise
17188
+ */
17189
+ generateLevel?: string;
17190
+ searchResult?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentExcerptResultSearchResult[];
17191
+ /**
17192
+ * @example
17193
+ * xx
17194
+ */
17195
+ textGenerate?: string;
17196
+ static names(): {
17197
+ [key: string]: string;
17198
+ };
17199
+ static types(): {
17200
+ [key: string]: any;
17201
+ };
17202
+ constructor(map?: {
17203
+ [key: string]: any;
17204
+ });
17205
+ }
17206
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentImageSearchResultSearchResultArticle extends $tea.Model {
17207
+ /**
17208
+ * @example
17209
+ * xx
17210
+ */
17211
+ docId?: string;
17212
+ /**
17213
+ * @example
17214
+ * xx
17215
+ */
17216
+ docUuid?: string;
17217
+ /**
17218
+ * @example
17219
+ * 互联网搜索
17220
+ */
17221
+ searchSourceName?: string;
17222
+ /**
17223
+ * @example
17224
+ * xx
17225
+ */
17226
+ summary?: string;
17227
+ /**
17228
+ * @example
17229
+ * xx
17230
+ */
17231
+ title?: string;
17232
+ /**
17233
+ * @example
17234
+ * xx
17235
+ */
17236
+ url?: string;
17237
+ static names(): {
17238
+ [key: string]: string;
17239
+ };
17240
+ static types(): {
17241
+ [key: string]: any;
17242
+ };
17243
+ constructor(map?: {
17244
+ [key: string]: any;
17245
+ });
17246
+ }
17247
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentImageSearchResultSearchResult extends $tea.Model {
17248
+ article?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentImageSearchResultSearchResultArticle;
17249
+ /**
17250
+ * @example
17251
+ * xx
17252
+ */
17253
+ fileUrl?: string;
17254
+ /**
17255
+ * @example
17256
+ * xx
17257
+ */
17258
+ mediaId?: string;
17259
+ static names(): {
17260
+ [key: string]: string;
17261
+ };
17262
+ static types(): {
17263
+ [key: string]: any;
17264
+ };
17265
+ constructor(map?: {
17266
+ [key: string]: any;
17267
+ });
17268
+ }
17269
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentImageSearchResult extends $tea.Model {
17270
+ searchResult?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentImageSearchResultSearchResult[];
17271
+ static names(): {
17272
+ [key: string]: string;
17273
+ };
17274
+ static types(): {
17275
+ [key: string]: any;
17276
+ };
17277
+ constructor(map?: {
17278
+ [key: string]: any;
17279
+ });
17280
+ }
17281
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentNewsElementResultNewsElementArticleListArticle extends $tea.Model {
17282
+ /**
17283
+ * @example
17284
+ * xx
17285
+ */
17286
+ content?: string;
17287
+ /**
17288
+ * @example
17289
+ * xx
17290
+ */
17291
+ docId?: string;
17292
+ /**
17293
+ * @example
17294
+ * xx
17295
+ */
17296
+ docUuid?: string;
17297
+ /**
17298
+ * @example
17299
+ * 2023-04-04 08:39:09
17300
+ */
17301
+ pubTime?: string;
17302
+ /**
17303
+ * @example
17304
+ * 0.99
17305
+ */
17306
+ score?: number;
17307
+ /**
17308
+ * @example
17309
+ * QuarkCommonNews
17310
+ */
17311
+ searchSource?: string;
17312
+ /**
17313
+ * @example
17314
+ * 互联网搜索
17315
+ */
17316
+ searchSourceName?: string;
17317
+ /**
17318
+ * @example
17319
+ * SystemSearch
17320
+ */
17321
+ searchSourceType?: string;
17322
+ /**
17323
+ * @example
17324
+ * true
17325
+ */
17326
+ select?: boolean;
17327
+ /**
17328
+ * @example
17329
+ * xx
17330
+ */
17331
+ summary?: string;
17332
+ /**
17333
+ * @example
17334
+ * xx
17335
+ */
17336
+ title?: string;
17337
+ /**
17338
+ * @example
17339
+ * xx
17340
+ */
17341
+ url?: string;
17342
+ static names(): {
17343
+ [key: string]: string;
17344
+ };
17345
+ static types(): {
17346
+ [key: string]: any;
17347
+ };
17348
+ constructor(map?: {
17349
+ [key: string]: any;
17350
+ });
17351
+ }
17352
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentNewsElementResultNewsElementArticleListNewsElementListEvent extends $tea.Model {
17353
+ causeList?: string[];
17354
+ processList?: string[];
17355
+ resultList?: string[];
17356
+ static names(): {
17357
+ [key: string]: string;
17358
+ };
17359
+ static types(): {
17360
+ [key: string]: any;
17361
+ };
17362
+ constructor(map?: {
17363
+ [key: string]: any;
17364
+ });
17365
+ }
17366
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentNewsElementResultNewsElementArticleListNewsElementList extends $tea.Model {
17367
+ /**
17368
+ * @example
17369
+ * task-started
17370
+ */
17371
+ event?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentNewsElementResultNewsElementArticleListNewsElementListEvent;
17372
+ /**
17373
+ * @example
17374
+ * xx
17375
+ */
17376
+ location?: string;
17377
+ /**
17378
+ * @example
17379
+ * xx
17380
+ */
17381
+ people?: string;
17382
+ /**
17383
+ * @example
17384
+ * 时间
17385
+ */
17386
+ time?: string;
17387
+ static names(): {
17388
+ [key: string]: string;
17389
+ };
17390
+ static types(): {
17391
+ [key: string]: any;
17392
+ };
17393
+ constructor(map?: {
17394
+ [key: string]: any;
17395
+ });
17396
+ }
17397
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentNewsElementResultNewsElementArticleList extends $tea.Model {
17398
+ article?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentNewsElementResultNewsElementArticleListArticle;
17399
+ newsElementList?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentNewsElementResultNewsElementArticleListNewsElementList[];
17400
+ /**
17401
+ * @example
17402
+ * xx
17403
+ */
17404
+ textGenerate?: string;
17405
+ static names(): {
17406
+ [key: string]: string;
17407
+ };
17408
+ static types(): {
17409
+ [key: string]: any;
17410
+ };
17411
+ constructor(map?: {
17412
+ [key: string]: any;
17413
+ });
17414
+ }
17415
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentNewsElementResult extends $tea.Model {
17416
+ /**
17417
+ * @example
17418
+ * true
17419
+ */
17420
+ generateFinished?: boolean;
17421
+ newsElementArticleList?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentNewsElementResultNewsElementArticleList[];
17422
+ /**
17423
+ * @example
17424
+ * x
17425
+ */
17426
+ textGenerate?: string;
17427
+ static names(): {
17428
+ [key: string]: string;
17429
+ };
17430
+ static types(): {
17431
+ [key: string]: any;
17432
+ };
17433
+ constructor(map?: {
17434
+ [key: string]: any;
17435
+ });
17436
+ }
17437
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTextGenerateResultGenerateTraceabilityCoordinatesGenerateCoordinate extends $tea.Model {
17438
+ /**
17439
+ * @example
17440
+ * 1
17441
+ */
17442
+ x?: number;
17443
+ /**
17444
+ * @example
17445
+ * 1
17446
+ */
17447
+ y?: number;
17448
+ /**
17449
+ * @example
17450
+ * 1
17451
+ */
17452
+ z?: number;
17453
+ static names(): {
17454
+ [key: string]: string;
17455
+ };
17456
+ static types(): {
17457
+ [key: string]: any;
17458
+ };
17459
+ constructor(map?: {
17460
+ [key: string]: any;
17461
+ });
17462
+ }
17463
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTextGenerateResultGenerateTraceabilityCoordinatesNewsCoordinate extends $tea.Model {
17464
+ /**
17465
+ * @example
17466
+ * 1
17467
+ */
17468
+ x?: number;
17469
+ /**
17470
+ * @example
17471
+ * 1
17472
+ */
17473
+ y?: number;
17474
+ /**
17475
+ * @example
17476
+ * 1
17477
+ */
17478
+ z?: number;
17479
+ static names(): {
17480
+ [key: string]: string;
17481
+ };
17482
+ static types(): {
17483
+ [key: string]: any;
17484
+ };
17485
+ constructor(map?: {
17486
+ [key: string]: any;
17487
+ });
17488
+ }
17489
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTextGenerateResultGenerateTraceabilityCoordinates extends $tea.Model {
17490
+ generateCoordinate?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTextGenerateResultGenerateTraceabilityCoordinatesGenerateCoordinate;
17491
+ newsCoordinate?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTextGenerateResultGenerateTraceabilityCoordinatesNewsCoordinate;
17492
+ static names(): {
17493
+ [key: string]: string;
17494
+ };
17495
+ static types(): {
17496
+ [key: string]: any;
17497
+ };
17498
+ constructor(map?: {
17499
+ [key: string]: any;
17500
+ });
17501
+ }
17502
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTextGenerateResultGenerateTraceability extends $tea.Model {
17503
+ coordinates?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTextGenerateResultGenerateTraceabilityCoordinates[];
17504
+ /**
17505
+ * @example
17506
+ * 0.9
17507
+ */
17508
+ duplicate?: number;
17509
+ static names(): {
17510
+ [key: string]: string;
17511
+ };
17512
+ static types(): {
17513
+ [key: string]: any;
17514
+ };
17515
+ constructor(map?: {
17516
+ [key: string]: any;
17517
+ });
17518
+ }
17519
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTextGenerateResultMultimodalSearchResultListSearchResultArticle extends $tea.Model {
17520
+ /**
17521
+ * @example
17522
+ * xx
17523
+ */
17524
+ docId?: string;
17525
+ /**
17526
+ * @example
17527
+ * xx
17528
+ */
17529
+ docUuid?: string;
17530
+ /**
17531
+ * @example
17532
+ * xx
17533
+ */
17534
+ searchSourceName?: string;
17535
+ /**
17536
+ * @example
17537
+ * xx
17538
+ */
17539
+ summary?: string;
17540
+ /**
17541
+ * @example
17542
+ * xx
17543
+ */
17544
+ title?: string;
17545
+ /**
17546
+ * @example
17547
+ * xx
17548
+ */
17549
+ url?: string;
17550
+ static names(): {
17551
+ [key: string]: string;
17552
+ };
17553
+ static types(): {
17554
+ [key: string]: any;
17555
+ };
17556
+ constructor(map?: {
17557
+ [key: string]: any;
17558
+ });
17559
+ }
17560
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTextGenerateResultMultimodalSearchResultListSearchResultClipInfos extends $tea.Model {
17561
+ /**
17562
+ * @example
17563
+ * 1
17564
+ */
17565
+ from?: number;
17566
+ /**
17567
+ * @example
17568
+ * 0.1
17569
+ */
17570
+ score?: number;
17571
+ /**
17572
+ * @example
17573
+ * xx
17574
+ */
17575
+ text?: string;
17576
+ /**
17577
+ * @example
17578
+ * 1
17579
+ */
17580
+ to?: number;
17581
+ /**
17582
+ * @example
17583
+ * asr
17584
+ */
17585
+ type?: string;
17586
+ static names(): {
17587
+ [key: string]: string;
17588
+ };
17589
+ static types(): {
17590
+ [key: string]: any;
17591
+ };
17592
+ constructor(map?: {
17593
+ [key: string]: any;
17594
+ });
17595
+ }
17596
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTextGenerateResultMultimodalSearchResultListSearchResult extends $tea.Model {
17597
+ article?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTextGenerateResultMultimodalSearchResultListSearchResultArticle;
17598
+ clipInfos?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTextGenerateResultMultimodalSearchResultListSearchResultClipInfos[];
17599
+ /**
17600
+ * @example
17601
+ * xx
17602
+ */
17603
+ fileUrl?: string;
17604
+ /**
17605
+ * @example
17606
+ * xx
17607
+ */
17608
+ mediaId?: string;
17609
+ /**
17610
+ * @example
17611
+ * image
17612
+ */
17613
+ mediaType?: string;
17614
+ static names(): {
17615
+ [key: string]: string;
17616
+ };
17617
+ static types(): {
17618
+ [key: string]: any;
17619
+ };
17620
+ constructor(map?: {
17621
+ [key: string]: any;
17622
+ });
17623
+ }
17624
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTextGenerateResultMultimodalSearchResultList extends $tea.Model {
17625
+ /**
17626
+ * @example
17627
+ * 1
17628
+ */
17629
+ current?: number;
17630
+ /**
17631
+ * @example
17632
+ * xx
17633
+ */
17634
+ searchQuery?: string;
17635
+ searchResult?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTextGenerateResultMultimodalSearchResultListSearchResult[];
17636
+ /**
17637
+ * @example
17638
+ * realtime
17639
+ */
17640
+ searchType?: string;
17641
+ /**
17642
+ * @example
17643
+ * 1
17644
+ */
17645
+ size?: number;
17646
+ /**
17647
+ * @example
17648
+ * 时间脉络-时间
17649
+ */
17650
+ timelineDateStr?: string;
17651
+ /**
17652
+ * @example
17653
+ * 1
17654
+ */
17655
+ total?: number;
17656
+ static names(): {
17657
+ [key: string]: string;
17658
+ };
17659
+ static types(): {
17660
+ [key: string]: any;
17661
+ };
17662
+ constructor(map?: {
17663
+ [key: string]: any;
17664
+ });
17665
+ }
17666
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTextGenerateResultReferenceList extends $tea.Model {
17667
+ chunks?: string[];
17668
+ /**
17669
+ * @example
17670
+ * xx
17671
+ */
17672
+ content?: string;
17673
+ /**
17674
+ * @example
17675
+ * xx
17676
+ */
17677
+ docId?: string;
17678
+ /**
17679
+ * @example
17680
+ * xx
17681
+ */
17682
+ docUuid?: string;
17683
+ /**
17684
+ * @example
17685
+ * 2023-04-04 08:39:09
17686
+ */
17687
+ pubTime?: string;
17688
+ /**
17689
+ * @example
17690
+ * 0.99
17691
+ */
17692
+ score?: number;
17693
+ /**
17694
+ * @example
17695
+ * QuarkCommonNews
17696
+ */
17697
+ searchSource?: string;
17698
+ /**
17699
+ * @example
17700
+ * 互联网搜索
17701
+ */
17702
+ searchSourceName?: string;
17703
+ /**
17704
+ * @example
17705
+ * SystemSearch
17706
+ */
17707
+ searchSourceType?: string;
17708
+ /**
17709
+ * @example
17710
+ * true
17711
+ */
17712
+ select?: boolean;
17713
+ /**
17714
+ * @example
17715
+ * 新华社
17716
+ */
17717
+ source?: string;
17718
+ /**
17719
+ * @example
17720
+ * xx
17721
+ */
17722
+ summary?: string;
17723
+ /**
17724
+ * @example
17725
+ * xx
17726
+ */
17727
+ title?: string;
17728
+ /**
17729
+ * @example
17730
+ * 1
17731
+ */
17732
+ traceabilityId?: number;
17733
+ /**
17734
+ * @example
17735
+ * xx
17736
+ */
17737
+ url?: string;
17738
+ static names(): {
17739
+ [key: string]: string;
17740
+ };
17741
+ static types(): {
17742
+ [key: string]: any;
17743
+ };
17744
+ constructor(map?: {
17745
+ [key: string]: any;
17746
+ });
17747
+ }
17748
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTextGenerateResultTextGenerateMultimodalMediaListMultimodalMediaListArticle extends $tea.Model {
17749
+ /**
17750
+ * @example
17751
+ * xx
17752
+ */
17753
+ docId?: string;
17754
+ /**
17755
+ * @example
17756
+ * xx
17757
+ */
17758
+ docUuid?: string;
17759
+ /**
17760
+ * @example
17761
+ * xx
17762
+ */
17763
+ searchSourceName?: string;
17764
+ /**
17765
+ * @example
17766
+ * xx
17767
+ */
17768
+ summary?: string;
17769
+ /**
17770
+ * @example
17771
+ * xx
17772
+ */
17773
+ title?: string;
17774
+ /**
17775
+ * @example
17776
+ * xx
17777
+ */
17778
+ url?: string;
17779
+ static names(): {
17780
+ [key: string]: string;
17781
+ };
17782
+ static types(): {
17783
+ [key: string]: any;
17784
+ };
17785
+ constructor(map?: {
17786
+ [key: string]: any;
17787
+ });
17788
+ }
17789
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTextGenerateResultTextGenerateMultimodalMediaListMultimodalMediaList extends $tea.Model {
17790
+ article?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTextGenerateResultTextGenerateMultimodalMediaListMultimodalMediaListArticle;
17791
+ /**
17792
+ * @example
17793
+ * xx
17794
+ */
17795
+ fileUrl?: string;
17796
+ /**
17797
+ * @example
17798
+ * xx
17799
+ */
17800
+ mediaId?: string;
17801
+ /**
17802
+ * @example
17803
+ * image
17804
+ */
17805
+ mediaType?: string;
17806
+ static names(): {
17807
+ [key: string]: string;
17808
+ };
17809
+ static types(): {
17810
+ [key: string]: any;
17811
+ };
17812
+ constructor(map?: {
17813
+ [key: string]: any;
17814
+ });
17815
+ }
17816
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTextGenerateResultTextGenerateMultimodalMediaList extends $tea.Model {
17817
+ /**
17818
+ * @example
17819
+ * 1
17820
+ */
17821
+ end?: number;
17822
+ multimodalMediaList?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTextGenerateResultTextGenerateMultimodalMediaListMultimodalMediaList[];
17823
+ /**
17824
+ * @example
17825
+ * 1
17826
+ */
17827
+ start?: number;
17828
+ static names(): {
17829
+ [key: string]: string;
17830
+ };
17831
+ static types(): {
17832
+ [key: string]: any;
17833
+ };
17834
+ constructor(map?: {
17835
+ [key: string]: any;
17836
+ });
17837
+ }
17838
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTextGenerateResult extends $tea.Model {
17839
+ /**
17840
+ * @example
17841
+ * true
17842
+ */
17843
+ generateFinished?: boolean;
17844
+ /**
17845
+ * @example
17846
+ * concise
17847
+ */
17848
+ generateLevel?: string;
17849
+ generateTraceability?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTextGenerateResultGenerateTraceability;
17850
+ multimodalSearchResultList?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTextGenerateResultMultimodalSearchResultList[];
17851
+ referenceList?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTextGenerateResultReferenceList[];
17852
+ /**
17853
+ * @example
17854
+ * xx
17855
+ */
17856
+ textGenerate?: string;
17857
+ textGenerateMultimodalMediaList?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTextGenerateResultTextGenerateMultimodalMediaList[];
17858
+ static names(): {
17859
+ [key: string]: string;
17860
+ };
17861
+ static types(): {
17862
+ [key: string]: any;
17863
+ };
17864
+ constructor(map?: {
17865
+ [key: string]: any;
17866
+ });
17867
+ }
17868
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTimelineResultGenerateTraceabilityCoordinatesGenerateCoordinate extends $tea.Model {
17869
+ /**
17870
+ * @example
17871
+ * 1
17872
+ */
17873
+ x?: number;
17874
+ /**
17875
+ * @example
17876
+ * 1
17877
+ */
17878
+ y?: number;
17879
+ /**
17880
+ * @example
17881
+ * 1
17882
+ */
17883
+ z?: number;
17884
+ static names(): {
17885
+ [key: string]: string;
17886
+ };
17887
+ static types(): {
17888
+ [key: string]: any;
17889
+ };
17890
+ constructor(map?: {
17891
+ [key: string]: any;
17892
+ });
17893
+ }
17894
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTimelineResultGenerateTraceabilityCoordinatesNewsCoordinate extends $tea.Model {
17895
+ /**
17896
+ * @example
17897
+ * 1
17898
+ */
17899
+ x?: number;
17900
+ /**
17901
+ * @example
17902
+ * 1
17903
+ */
17904
+ y?: number;
17905
+ /**
17906
+ * @example
17907
+ * 1
17908
+ */
17909
+ z?: number;
17910
+ static names(): {
17911
+ [key: string]: string;
17912
+ };
17913
+ static types(): {
17914
+ [key: string]: any;
17915
+ };
17916
+ constructor(map?: {
17917
+ [key: string]: any;
17918
+ });
17919
+ }
17920
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTimelineResultGenerateTraceabilityCoordinates extends $tea.Model {
17921
+ generateCoordinate?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTimelineResultGenerateTraceabilityCoordinatesGenerateCoordinate;
17922
+ newsCoordinate?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTimelineResultGenerateTraceabilityCoordinatesNewsCoordinate;
17923
+ static names(): {
17924
+ [key: string]: string;
17925
+ };
17926
+ static types(): {
17927
+ [key: string]: any;
17928
+ };
17929
+ constructor(map?: {
17930
+ [key: string]: any;
17931
+ });
17932
+ }
17933
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTimelineResultGenerateTraceability extends $tea.Model {
17934
+ coordinates?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTimelineResultGenerateTraceabilityCoordinates[];
17935
+ /**
17936
+ * @example
17937
+ * 0.9
17938
+ */
17939
+ duplicate?: number;
17940
+ static names(): {
17941
+ [key: string]: string;
17942
+ };
17943
+ static types(): {
17944
+ [key: string]: any;
17945
+ };
17946
+ constructor(map?: {
17947
+ [key: string]: any;
17948
+ });
17949
+ }
17950
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTimelineResultMultimodalSearchResultListSearchResultArticle extends $tea.Model {
17951
+ /**
17952
+ * @example
17953
+ * xx
17954
+ */
17955
+ docId?: string;
17956
+ /**
17957
+ * @example
17958
+ * xx
17959
+ */
17960
+ docUuid?: string;
17961
+ /**
17962
+ * @example
17963
+ * 互联网搜索
17964
+ */
17965
+ searchSourceName?: string;
17966
+ /**
17967
+ * @example
17968
+ * xx
17969
+ */
17970
+ summary?: string;
17971
+ /**
17972
+ * @example
17973
+ * xx
17974
+ */
17975
+ title?: string;
17976
+ /**
17977
+ * @example
17978
+ * xx
17979
+ */
17980
+ url?: string;
17981
+ static names(): {
17982
+ [key: string]: string;
17983
+ };
17984
+ static types(): {
17985
+ [key: string]: any;
17986
+ };
17987
+ constructor(map?: {
17988
+ [key: string]: any;
17989
+ });
17990
+ }
17991
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTimelineResultMultimodalSearchResultListSearchResultClipInfos extends $tea.Model {
17992
+ /**
17993
+ * @example
17994
+ * 1
17995
+ */
17996
+ from?: number;
17997
+ /**
17998
+ * @example
17999
+ * 0.99
18000
+ */
18001
+ score?: number;
18002
+ /**
18003
+ * @example
18004
+ * xx
18005
+ */
18006
+ text?: string;
18007
+ /**
18008
+ * @example
18009
+ * 1
18010
+ */
18011
+ to?: number;
18012
+ /**
18013
+ * @example
18014
+ * asr
18015
+ */
18016
+ type?: string;
18017
+ static names(): {
18018
+ [key: string]: string;
18019
+ };
18020
+ static types(): {
18021
+ [key: string]: any;
18022
+ };
18023
+ constructor(map?: {
18024
+ [key: string]: any;
18025
+ });
18026
+ }
18027
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTimelineResultMultimodalSearchResultListSearchResult extends $tea.Model {
18028
+ article?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTimelineResultMultimodalSearchResultListSearchResultArticle;
18029
+ clipInfos?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTimelineResultMultimodalSearchResultListSearchResultClipInfos[];
18030
+ /**
18031
+ * @example
18032
+ * xx
18033
+ */
18034
+ fileUrl?: string;
18035
+ /**
18036
+ * @example
18037
+ * xx
18038
+ */
18039
+ mediaId?: string;
18040
+ /**
18041
+ * @example
18042
+ * image
18043
+ */
18044
+ mediaType?: string;
18045
+ static names(): {
18046
+ [key: string]: string;
18047
+ };
18048
+ static types(): {
18049
+ [key: string]: any;
18050
+ };
18051
+ constructor(map?: {
18052
+ [key: string]: any;
18053
+ });
18054
+ }
18055
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTimelineResultMultimodalSearchResultList extends $tea.Model {
18056
+ searchResult?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTimelineResultMultimodalSearchResultListSearchResult[];
18057
+ /**
18058
+ * @example
18059
+ * 2024-09-11
18060
+ */
18061
+ timelineDateStr?: string;
18062
+ static names(): {
18063
+ [key: string]: string;
18064
+ };
18065
+ static types(): {
18066
+ [key: string]: any;
18067
+ };
18068
+ constructor(map?: {
18069
+ [key: string]: any;
18070
+ });
18071
+ }
18072
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTimelineResultReferenceList extends $tea.Model {
18073
+ chunks?: string[];
18074
+ /**
18075
+ * @example
18076
+ * xx
18077
+ */
18078
+ content?: string;
18079
+ /**
18080
+ * @example
18081
+ * xx
18082
+ */
18083
+ docId?: string;
18084
+ /**
18085
+ * @example
18086
+ * xx
18087
+ */
18088
+ docUuid?: string;
18089
+ /**
18090
+ * @example
18091
+ * 2023-04-04 08:39:09
18092
+ */
18093
+ pubTime?: string;
18094
+ /**
18095
+ * @example
18096
+ * 0.99
18097
+ */
18098
+ score?: number;
18099
+ /**
18100
+ * @example
18101
+ * QuarkCommonNews
18102
+ */
18103
+ searchSource?: string;
18104
+ /**
18105
+ * @example
18106
+ * 互联网搜索
18107
+ */
18108
+ searchSourceName?: string;
18109
+ /**
18110
+ * @example
18111
+ * SystemSearch
18112
+ */
18113
+ searchSourceType?: string;
18114
+ /**
18115
+ * @example
18116
+ * true
18117
+ */
18118
+ select?: boolean;
18119
+ /**
18120
+ * @example
18121
+ * 新华社
18122
+ */
18123
+ source?: string;
18124
+ /**
18125
+ * @example
18126
+ * xx
18127
+ */
18128
+ summary?: string;
18129
+ /**
18130
+ * @example
18131
+ * xx
18132
+ */
18133
+ title?: string;
18134
+ /**
18135
+ * @example
18136
+ * 1
18137
+ */
18138
+ traceabilityId?: number;
18139
+ /**
18140
+ * @example
18141
+ * xx
18142
+ */
18143
+ url?: string;
18144
+ static names(): {
18145
+ [key: string]: string;
18146
+ };
18147
+ static types(): {
18148
+ [key: string]: any;
18149
+ };
18150
+ constructor(map?: {
18151
+ [key: string]: any;
18152
+ });
18153
+ }
18154
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTimelineResultTextGenerateMultimodalMediaListMultimodalMediaListArticle extends $tea.Model {
18155
+ /**
18156
+ * @example
18157
+ * xx
18158
+ */
18159
+ docId?: string;
18160
+ /**
18161
+ * @example
18162
+ * xx
18163
+ */
18164
+ docUuid?: string;
18165
+ /**
18166
+ * @example
18167
+ * 互联网搜索
18168
+ */
18169
+ searchSourceName?: string;
18170
+ /**
18171
+ * @example
18172
+ * xx
18173
+ */
18174
+ summary?: string;
18175
+ /**
18176
+ * @example
18177
+ * xxxx
18178
+ */
18179
+ title?: string;
18180
+ /**
18181
+ * @example
18182
+ * xx
18183
+ */
18184
+ url?: string;
18185
+ static names(): {
18186
+ [key: string]: string;
18187
+ };
18188
+ static types(): {
18189
+ [key: string]: any;
18190
+ };
18191
+ constructor(map?: {
18192
+ [key: string]: any;
18193
+ });
18194
+ }
18195
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTimelineResultTextGenerateMultimodalMediaListMultimodalMediaList extends $tea.Model {
18196
+ article?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTimelineResultTextGenerateMultimodalMediaListMultimodalMediaListArticle;
18197
+ /**
18198
+ * @example
18199
+ * xx
18200
+ */
18201
+ fileUrl?: string;
18202
+ /**
18203
+ * @example
18204
+ * xx
18205
+ */
18206
+ mediaId?: string;
18207
+ /**
18208
+ * @example
18209
+ * image
18210
+ */
18211
+ mediaType?: string;
18212
+ static names(): {
18213
+ [key: string]: string;
18214
+ };
18215
+ static types(): {
18216
+ [key: string]: any;
18217
+ };
18218
+ constructor(map?: {
18219
+ [key: string]: any;
18220
+ });
18221
+ }
18222
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTimelineResultTextGenerateMultimodalMediaList extends $tea.Model {
18223
+ /**
18224
+ * @example
18225
+ * 1
18226
+ */
18227
+ end?: number;
18228
+ multimodalMediaList?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTimelineResultTextGenerateMultimodalMediaListMultimodalMediaList[];
18229
+ /**
18230
+ * @example
18231
+ * 1
18232
+ */
18233
+ start?: number;
18234
+ static names(): {
18235
+ [key: string]: string;
18236
+ };
18237
+ static types(): {
18238
+ [key: string]: any;
18239
+ };
18240
+ constructor(map?: {
18241
+ [key: string]: any;
18242
+ });
18243
+ }
18244
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTimelineResult extends $tea.Model {
18245
+ /**
18246
+ * @example
18247
+ * true
18248
+ */
18249
+ generateFinished?: boolean;
18250
+ generateTraceability?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTimelineResultGenerateTraceability;
18251
+ multimodalSearchResultList?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTimelineResultMultimodalSearchResultList[];
18252
+ referenceList?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTimelineResultReferenceList[];
18253
+ /**
18254
+ * @example
18255
+ * xx
18256
+ */
18257
+ textGenerate?: string;
18258
+ textGenerateMultimodalMediaList?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTimelineResultTextGenerateMultimodalMediaList[];
18259
+ static names(): {
18260
+ [key: string]: string;
18261
+ };
18262
+ static types(): {
18263
+ [key: string]: any;
18264
+ };
18265
+ constructor(map?: {
18266
+ [key: string]: any;
18267
+ });
18268
+ }
18269
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentVideoSearchResultSearchResultArticle extends $tea.Model {
18270
+ /**
18271
+ * @example
18272
+ * xx
18273
+ */
18274
+ docId?: string;
18275
+ /**
18276
+ * @example
18277
+ * xx
18278
+ */
18279
+ docUuid?: string;
18280
+ /**
18281
+ * @example
18282
+ * 互联网搜索
18283
+ */
18284
+ searchSourceName?: string;
18285
+ /**
18286
+ * @example
18287
+ * xx
18288
+ */
18289
+ summary?: string;
18290
+ /**
18291
+ * @example
18292
+ * xx
18293
+ */
18294
+ title?: string;
18295
+ /**
18296
+ * @example
18297
+ * xx
18298
+ */
18299
+ url?: string;
18300
+ static names(): {
18301
+ [key: string]: string;
18302
+ };
18303
+ static types(): {
18304
+ [key: string]: any;
18305
+ };
18306
+ constructor(map?: {
18307
+ [key: string]: any;
18308
+ });
18309
+ }
18310
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentVideoSearchResultSearchResultClipInfos extends $tea.Model {
18311
+ /**
18312
+ * @example
18313
+ * 1
18314
+ */
18315
+ from?: number;
18316
+ /**
18317
+ * @example
18318
+ * 0.8
18319
+ */
18320
+ score?: number;
18321
+ /**
18322
+ * @example
18323
+ * xx
18324
+ */
18325
+ text?: string;
18326
+ /**
18327
+ * @example
18328
+ * 1
18329
+ */
18330
+ to?: number;
18331
+ /**
18332
+ * @example
18333
+ * asr
18334
+ */
18335
+ type?: string;
18336
+ static names(): {
18337
+ [key: string]: string;
18338
+ };
18339
+ static types(): {
18340
+ [key: string]: any;
18341
+ };
18342
+ constructor(map?: {
18343
+ [key: string]: any;
18344
+ });
18345
+ }
18346
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentVideoSearchResultSearchResult extends $tea.Model {
18347
+ article?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentVideoSearchResultSearchResultArticle;
18348
+ clipInfos?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentVideoSearchResultSearchResultClipInfos[];
18349
+ /**
18350
+ * @example
18351
+ * xx
18352
+ */
18353
+ fileUrl?: string;
18354
+ /**
18355
+ * @example
18356
+ * xx
18357
+ */
18358
+ mediaId?: string;
18359
+ static names(): {
18360
+ [key: string]: string;
18361
+ };
18362
+ static types(): {
18363
+ [key: string]: any;
18364
+ };
18365
+ constructor(map?: {
18366
+ [key: string]: any;
18367
+ });
18368
+ }
18369
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentVideoSearchResult extends $tea.Model {
18370
+ searchResult?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentVideoSearchResultSearchResult[];
18371
+ static names(): {
18372
+ [key: string]: string;
18373
+ };
18374
+ static types(): {
18375
+ [key: string]: any;
18376
+ };
18377
+ constructor(map?: {
18378
+ [key: string]: any;
18379
+ });
18380
+ }
18381
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContent extends $tea.Model {
18382
+ clusterTopicResult?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentClusterTopicResult;
18383
+ excerptResult?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentExcerptResult;
18384
+ imageSearchResult?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentImageSearchResult;
18385
+ newsElementResult?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentNewsElementResult;
18386
+ textGenerateResult?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTextGenerateResult;
18387
+ timelineResult?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTimelineResult;
18388
+ videoSearchResult?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentVideoSearchResult;
18389
+ static names(): {
18390
+ [key: string]: string;
18391
+ };
18392
+ static types(): {
18393
+ [key: string]: any;
18394
+ };
18395
+ constructor(map?: {
18396
+ [key: string]: any;
18397
+ });
18398
+ }
18399
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContext extends $tea.Model {
18400
+ /**
18401
+ * @example
18402
+ * start
18403
+ */
18404
+ currentStep?: string;
18405
+ generatedContent?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContent;
18406
+ /**
18407
+ * @example
18408
+ * search
18409
+ */
18410
+ nextStep?: string;
18411
+ recommendSearchQueryList?: string[];
18412
+ searchKeywords?: string[];
18413
+ searchQueryList?: string[];
18414
+ /**
18415
+ * @example
18416
+ * searchQuery
18417
+ */
18418
+ supplementDataType?: string;
18419
+ /**
18420
+ * @example
18421
+ * true
18422
+ */
18423
+ supplementEnable?: boolean;
18424
+ static names(): {
18425
+ [key: string]: string;
18426
+ };
18427
+ static types(): {
18428
+ [key: string]: any;
18429
+ };
18430
+ constructor(map?: {
18431
+ [key: string]: any;
18432
+ });
18433
+ }
18434
+ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContext extends $tea.Model {
18435
+ bizContext?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContext;
18436
+ static names(): {
18437
+ [key: string]: string;
18438
+ };
18439
+ static types(): {
18440
+ [key: string]: any;
18441
+ };
18442
+ constructor(map?: {
18443
+ [key: string]: any;
18444
+ });
18445
+ }
18446
+ export declare class RunSearchGenerationResponseBodyPayloadOutput extends $tea.Model {
18447
+ agentContext?: RunSearchGenerationResponseBodyPayloadOutputAgentContext;
18448
+ static names(): {
18449
+ [key: string]: string;
18450
+ };
18451
+ static types(): {
18452
+ [key: string]: any;
18453
+ };
18454
+ constructor(map?: {
18455
+ [key: string]: any;
18456
+ });
18457
+ }
18458
+ export declare class RunSearchGenerationResponseBodyPayloadUsage extends $tea.Model {
18459
+ /**
18460
+ * @example
18461
+ * 1
18462
+ */
18463
+ inputTokens?: number;
18464
+ /**
18465
+ * @example
18466
+ * 2
18467
+ */
18468
+ outputTokens?: number;
18469
+ /**
18470
+ * @example
18471
+ * 3
18472
+ */
18473
+ totalTokens?: number;
18474
+ static names(): {
18475
+ [key: string]: string;
18476
+ };
18477
+ static types(): {
18478
+ [key: string]: any;
18479
+ };
18480
+ constructor(map?: {
18481
+ [key: string]: any;
18482
+ });
18483
+ }
18484
+ export declare class RunSearchGenerationResponseBodyPayload extends $tea.Model {
18485
+ output?: RunSearchGenerationResponseBodyPayloadOutput;
18486
+ usage?: RunSearchGenerationResponseBodyPayloadUsage;
18487
+ static names(): {
18488
+ [key: string]: string;
18489
+ };
18490
+ static types(): {
18491
+ [key: string]: any;
18492
+ };
18493
+ constructor(map?: {
18494
+ [key: string]: any;
18495
+ });
18496
+ }
18497
+ export declare class RunStepByStepWritingRequestReferenceDataArticles extends $tea.Model {
18498
+ /**
18499
+ * @example
18500
+ * 作者
18501
+ */
18502
+ author?: string;
18503
+ /**
18504
+ * @example
18505
+ * 文章内容
18506
+ */
18507
+ content?: string;
18508
+ /**
18509
+ * @example
18510
+ * 文档-自定义的唯一ID
18511
+ */
18512
+ docId?: string;
18513
+ /**
18514
+ * @example
18515
+ * 8a20e007a6174522af4d6a2657d5526f
18516
+ */
18517
+ docUuid?: string;
18518
+ /**
18519
+ * @example
18520
+ * http://www.example.com
18521
+ */
18522
+ mediaUrl?: string;
18523
+ /**
18524
+ * @example
18525
+ * 2024-09-10 14:17:54
18526
+ */
18527
+ pubTime?: string;
18528
+ /**
18529
+ * @example
18530
+ * 央视网
18531
+ */
18532
+ source?: string;
18533
+ /**
18534
+ * @example
18535
+ * 文章摘要
18536
+ */
18537
+ summary?: string;
18538
+ /**
18539
+ * @example
18540
+ * 文章标签
18541
+ */
18542
+ tag?: string;
18543
+ /**
18544
+ * @example
18545
+ * 文章标题
18546
+ */
18547
+ title?: string;
18548
+ /**
18549
+ * @example
18550
+ * https://www.example.com/aaa.docx
18551
+ */
18552
+ url?: string;
18553
+ static names(): {
18554
+ [key: string]: string;
18555
+ };
18556
+ static types(): {
18557
+ [key: string]: any;
18558
+ };
18559
+ constructor(map?: {
18560
+ [key: string]: any;
18561
+ });
18562
+ }
18563
+ export declare class RunStepByStepWritingRequestReferenceDataOutlinesArticles extends $tea.Model {
18564
+ /**
18565
+ * @example
18566
+ * 文章内容
18567
+ */
18568
+ content?: string;
18569
+ /**
18570
+ * @example
18571
+ * 文章标题
18572
+ */
18573
+ title?: string;
18574
+ /**
18575
+ * @example
18576
+ * 文章链接
18577
+ */
18578
+ url?: string;
18579
+ static names(): {
18580
+ [key: string]: string;
18581
+ };
18582
+ static types(): {
18583
+ [key: string]: any;
18584
+ };
18585
+ constructor(map?: {
18586
+ [key: string]: any;
18587
+ });
18588
+ }
18589
+ export declare class RunStepByStepWritingRequestReferenceDataOutlines extends $tea.Model {
18590
+ articles?: RunStepByStepWritingRequestReferenceDataOutlinesArticles[];
18591
+ /**
18592
+ * @example
18593
+ * 大纲
18594
+ */
18595
+ outline?: string;
18596
+ static names(): {
18597
+ [key: string]: string;
18598
+ };
18599
+ static types(): {
18600
+ [key: string]: any;
18601
+ };
18602
+ constructor(map?: {
18603
+ [key: string]: any;
18604
+ });
18605
+ }
18606
+ export declare class RunStepByStepWritingRequestReferenceData extends $tea.Model {
18607
+ articles?: RunStepByStepWritingRequestReferenceDataArticles[];
18608
+ miniDoc?: string[];
18609
+ outlines?: RunStepByStepWritingRequestReferenceDataOutlines[];
18610
+ summarization?: string[];
18611
+ static names(): {
18612
+ [key: string]: string;
18613
+ };
18614
+ static types(): {
18615
+ [key: string]: any;
18616
+ };
18617
+ constructor(map?: {
18618
+ [key: string]: any;
18619
+ });
18620
+ }
18621
+ export declare class RunStepByStepWritingRequestWritingConfigPromptTag extends $tea.Model {
18622
+ /**
18623
+ * @example
18624
+ * 必要提示
18625
+ */
18626
+ necessaryTips?: string;
18627
+ /**
18628
+ * @example
18629
+ * 立场
18630
+ */
18631
+ position?: string;
18632
+ /**
18633
+ * @example
18634
+ * 反向词
18635
+ */
18636
+ reverseWords?: string;
18637
+ /**
18638
+ * @example
18639
+ * 主题
18640
+ */
18641
+ theme?: string;
18642
+ static names(): {
18643
+ [key: string]: string;
18644
+ };
18645
+ static types(): {
18646
+ [key: string]: any;
18647
+ };
18648
+ constructor(map?: {
18649
+ [key: string]: any;
18650
+ });
18651
+ }
18652
+ export declare class RunStepByStepWritingRequestWritingConfigTags extends $tea.Model {
18653
+ /**
18654
+ * @example
18655
+ * 10
18656
+ */
18657
+ keyword?: string;
18658
+ /**
18659
+ * @example
18660
+ * gcNumberSizeTag
18661
+ */
18662
+ tag?: string;
18663
+ static names(): {
18664
+ [key: string]: string;
18665
+ };
18666
+ static types(): {
18667
+ [key: string]: any;
18668
+ };
18669
+ constructor(map?: {
18670
+ [key: string]: any;
18671
+ });
18672
+ }
18673
+ export declare class RunStepByStepWritingRequestWritingConfig extends $tea.Model {
18674
+ /**
18675
+ * @example
18676
+ * media
18677
+ */
18678
+ domain?: string;
18679
+ keywords?: string[];
18680
+ promptTag?: RunStepByStepWritingRequestWritingConfigPromptTag;
18681
+ /**
18682
+ * @example
18683
+ * 分步骤写作场景,传媒写作支持的写作场景:新闻写作(默认),新闻评论,通用文体,公文写作支持的写作场景:通知(默认),通告,通报,请示,决定,函,通用文体
18684
+ */
18685
+ scene?: string;
18686
+ /**
18687
+ * @example
18688
+ * Writing
18689
+ */
18690
+ step?: string;
18691
+ tags?: RunStepByStepWritingRequestWritingConfigTags[];
18692
+ /**
18693
+ * @example
18694
+ * true
18695
+ */
18696
+ useSearch?: boolean;
18697
+ static names(): {
18698
+ [key: string]: string;
18699
+ };
18700
+ static types(): {
18701
+ [key: string]: any;
18702
+ };
18703
+ constructor(map?: {
18704
+ [key: string]: any;
18705
+ });
18706
+ }
18707
+ export declare class RunStepByStepWritingResponseBodyHeader extends $tea.Model {
18708
+ /**
18709
+ * @example
18710
+ * 错误码
18711
+ */
18712
+ errorCode?: string;
18713
+ /**
18714
+ * @example
18715
+ * 错误信息
18716
+ */
18717
+ errorMessage?: string;
18718
+ /**
18719
+ * @example
18720
+ * task-started
18721
+ */
18722
+ event?: string;
18723
+ /**
18724
+ * @example
18725
+ * 3f7045e099474ba28ceca1b4eb6d6e21
18726
+ */
18727
+ originSessionId?: string;
18728
+ /**
18729
+ * @example
18730
+ * 3f7045e099474ba28ceca1b4eb6d6e21
18731
+ */
18732
+ sessionId?: string;
18733
+ /**
18734
+ * @example
18735
+ * 3f7045e099474ba28ceca1b4eb6d6e21
18736
+ */
18737
+ taskId?: string;
18738
+ /**
18739
+ * @example
18740
+ * 全链路ID
18741
+ */
18742
+ traceId?: string;
18743
+ static names(): {
18744
+ [key: string]: string;
18745
+ };
18746
+ static types(): {
18747
+ [key: string]: any;
18748
+ };
18749
+ constructor(map?: {
18750
+ [key: string]: any;
18751
+ });
18752
+ }
18753
+ export declare class RunStepByStepWritingResponseBodyPayloadOutputArticles extends $tea.Model {
18754
+ /**
18755
+ * @example
18756
+ * 作者
18757
+ */
18758
+ author?: string;
18759
+ /**
18760
+ * @example
18761
+ * 文章内容
18762
+ */
18763
+ content?: string;
18764
+ /**
18765
+ * @example
18766
+ * 文档-自定义的唯一ID
18767
+ */
18768
+ docId?: string;
18769
+ /**
18770
+ * @example
18771
+ * f1da53894e784759946d22e2cb2b522a
18772
+ */
18773
+ docUuid?: string;
18774
+ /**
18775
+ * @example
18776
+ * http://www.example.com
18777
+ */
18778
+ mediaUrl?: string;
16511
18779
  /**
16512
18780
  * @example
16513
18781
  * 2024-09-10 14:17:53
@@ -19643,6 +21911,21 @@ export default class Client extends OpenApi {
19643
21911
  * @returns RunKeywordsExtractionGenerationResponse
19644
21912
  */
19645
21913
  runKeywordsExtractionGeneration(request: RunKeywordsExtractionGenerationRequest): Promise<RunKeywordsExtractionGenerationResponse>;
21914
+ /**
21915
+ * AI妙搜-智能搜索生成
21916
+ *
21917
+ * @param tmpReq - RunSearchGenerationRequest
21918
+ * @param runtime - runtime options for this request RuntimeOptions
21919
+ * @returns RunSearchGenerationResponse
21920
+ */
21921
+ runSearchGenerationWithOptions(tmpReq: RunSearchGenerationRequest, runtime: $Util.RuntimeOptions): Promise<RunSearchGenerationResponse>;
21922
+ /**
21923
+ * AI妙搜-智能搜索生成
21924
+ *
21925
+ * @param request - RunSearchGenerationRequest
21926
+ * @returns RunSearchGenerationResponse
21927
+ */
21928
+ runSearchGeneration(request: RunSearchGenerationRequest): Promise<RunSearchGenerationResponse>;
19646
21929
  /**
19647
21930
  * 创作-分步骤写作
19648
21931
  *