alibabacloud-aimiaobi20230801 1.22.1__tar.gz → 1.22.2__tar.gz
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.
- {alibabacloud_aimiaobi20230801-1.22.1 → alibabacloud_aimiaobi20230801-1.22.2}/ChangeLog.md +13 -0
- {alibabacloud_aimiaobi20230801-1.22.1 → alibabacloud_aimiaobi20230801-1.22.2}/PKG-INFO +1 -1
- alibabacloud_aimiaobi20230801-1.22.2/alibabacloud_aimiaobi20230801/__init__.py +1 -0
- {alibabacloud_aimiaobi20230801-1.22.1 → alibabacloud_aimiaobi20230801-1.22.2}/alibabacloud_aimiaobi20230801/models.py +160 -1
- {alibabacloud_aimiaobi20230801-1.22.1 → alibabacloud_aimiaobi20230801-1.22.2}/alibabacloud_aimiaobi20230801.egg-info/PKG-INFO +1 -1
- {alibabacloud_aimiaobi20230801-1.22.1 → alibabacloud_aimiaobi20230801-1.22.2}/setup.py +1 -1
- alibabacloud_aimiaobi20230801-1.22.1/alibabacloud_aimiaobi20230801/__init__.py +0 -1
- {alibabacloud_aimiaobi20230801-1.22.1 → alibabacloud_aimiaobi20230801-1.22.2}/LICENSE +0 -0
- {alibabacloud_aimiaobi20230801-1.22.1 → alibabacloud_aimiaobi20230801-1.22.2}/MANIFEST.in +0 -0
- {alibabacloud_aimiaobi20230801-1.22.1 → alibabacloud_aimiaobi20230801-1.22.2}/README-CN.md +0 -0
- {alibabacloud_aimiaobi20230801-1.22.1 → alibabacloud_aimiaobi20230801-1.22.2}/README.md +0 -0
- {alibabacloud_aimiaobi20230801-1.22.1 → alibabacloud_aimiaobi20230801-1.22.2}/alibabacloud_aimiaobi20230801/client.py +0 -0
- {alibabacloud_aimiaobi20230801-1.22.1 → alibabacloud_aimiaobi20230801-1.22.2}/alibabacloud_aimiaobi20230801.egg-info/SOURCES.txt +0 -0
- {alibabacloud_aimiaobi20230801-1.22.1 → alibabacloud_aimiaobi20230801-1.22.2}/alibabacloud_aimiaobi20230801.egg-info/dependency_links.txt +0 -0
- {alibabacloud_aimiaobi20230801-1.22.1 → alibabacloud_aimiaobi20230801-1.22.2}/alibabacloud_aimiaobi20230801.egg-info/requires.txt +0 -0
- {alibabacloud_aimiaobi20230801-1.22.1 → alibabacloud_aimiaobi20230801-1.22.2}/alibabacloud_aimiaobi20230801.egg-info/top_level.txt +0 -0
- {alibabacloud_aimiaobi20230801-1.22.1 → alibabacloud_aimiaobi20230801-1.22.2}/setup.cfg +0 -0
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
2025-05-07 Version: 1.22.1
|
|
2
|
+
- Update API RunSearchGeneration: add request parameters AgentContext.BizContext.AskUser.
|
|
3
|
+
- Update API RunSearchGeneration: add request parameters AgentContext.BizContext.AskUserKeywords.
|
|
4
|
+
- Update API RunSearchGeneration: add request parameters AgentContext.BizContext.CurrentStep.
|
|
5
|
+
- Update API RunSearchGeneration: add request parameters AgentContext.BizContext.NextStep.
|
|
6
|
+
- Update API RunSearchGeneration: add request parameters AgentContext.BizContext.SupplementDataType.
|
|
7
|
+
- Update API RunSearchGeneration: add request parameters AgentContext.BizContext.SupplementEnable.
|
|
8
|
+
- Update API RunSearchGeneration: add request parameters AgentContext.BizContext.UserBack.
|
|
9
|
+
- Update API RunSearchGeneration: add request parameters AgentContext.BizContext.UserBackKeywords.
|
|
10
|
+
- Update API RunSearchGeneration: add response parameters Body.Payload.Output.AgentContext.BizContext.AskUser.
|
|
11
|
+
- Update API RunSearchGeneration: add response parameters Body.Payload.Output.AgentContext.BizContext.AskUserKeywords.
|
|
12
|
+
|
|
13
|
+
|
|
1
14
|
2025-05-07 Version: 1.22.0
|
|
2
15
|
- Support API SaveStyleLearningResult.
|
|
3
16
|
- Update API CreateDataset: add request parameters InvokeType.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '1.22.2'
|
|
@@ -21655,9 +21655,161 @@ class ListSearchTaskDialoguesRequest(TeaModel):
|
|
|
21655
21655
|
return self
|
|
21656
21656
|
|
|
21657
21657
|
|
|
21658
|
+
class ListSearchTaskDialoguesResponseBodyDataChatConfigSearchParamSearchSources(TeaModel):
|
|
21659
|
+
def __init__(
|
|
21660
|
+
self,
|
|
21661
|
+
code: str = None,
|
|
21662
|
+
dataset_name: str = None,
|
|
21663
|
+
name: str = None,
|
|
21664
|
+
):
|
|
21665
|
+
self.code = code
|
|
21666
|
+
self.dataset_name = dataset_name
|
|
21667
|
+
self.name = name
|
|
21668
|
+
|
|
21669
|
+
def validate(self):
|
|
21670
|
+
pass
|
|
21671
|
+
|
|
21672
|
+
def to_map(self):
|
|
21673
|
+
_map = super().to_map()
|
|
21674
|
+
if _map is not None:
|
|
21675
|
+
return _map
|
|
21676
|
+
|
|
21677
|
+
result = dict()
|
|
21678
|
+
if self.code is not None:
|
|
21679
|
+
result['Code'] = self.code
|
|
21680
|
+
if self.dataset_name is not None:
|
|
21681
|
+
result['DatasetName'] = self.dataset_name
|
|
21682
|
+
if self.name is not None:
|
|
21683
|
+
result['Name'] = self.name
|
|
21684
|
+
return result
|
|
21685
|
+
|
|
21686
|
+
def from_map(self, m: dict = None):
|
|
21687
|
+
m = m or dict()
|
|
21688
|
+
if m.get('Code') is not None:
|
|
21689
|
+
self.code = m.get('Code')
|
|
21690
|
+
if m.get('DatasetName') is not None:
|
|
21691
|
+
self.dataset_name = m.get('DatasetName')
|
|
21692
|
+
if m.get('Name') is not None:
|
|
21693
|
+
self.name = m.get('Name')
|
|
21694
|
+
return self
|
|
21695
|
+
|
|
21696
|
+
|
|
21697
|
+
class ListSearchTaskDialoguesResponseBodyDataChatConfigSearchParam(TeaModel):
|
|
21698
|
+
def __init__(
|
|
21699
|
+
self,
|
|
21700
|
+
end_time: str = None,
|
|
21701
|
+
multimodal_search_types: List[str] = None,
|
|
21702
|
+
search_sources: List[ListSearchTaskDialoguesResponseBodyDataChatConfigSearchParamSearchSources] = None,
|
|
21703
|
+
start_time: str = None,
|
|
21704
|
+
):
|
|
21705
|
+
self.end_time = end_time
|
|
21706
|
+
self.multimodal_search_types = multimodal_search_types
|
|
21707
|
+
self.search_sources = search_sources
|
|
21708
|
+
self.start_time = start_time
|
|
21709
|
+
|
|
21710
|
+
def validate(self):
|
|
21711
|
+
if self.search_sources:
|
|
21712
|
+
for k in self.search_sources:
|
|
21713
|
+
if k:
|
|
21714
|
+
k.validate()
|
|
21715
|
+
|
|
21716
|
+
def to_map(self):
|
|
21717
|
+
_map = super().to_map()
|
|
21718
|
+
if _map is not None:
|
|
21719
|
+
return _map
|
|
21720
|
+
|
|
21721
|
+
result = dict()
|
|
21722
|
+
if self.end_time is not None:
|
|
21723
|
+
result['EndTime'] = self.end_time
|
|
21724
|
+
if self.multimodal_search_types is not None:
|
|
21725
|
+
result['MultimodalSearchTypes'] = self.multimodal_search_types
|
|
21726
|
+
result['SearchSources'] = []
|
|
21727
|
+
if self.search_sources is not None:
|
|
21728
|
+
for k in self.search_sources:
|
|
21729
|
+
result['SearchSources'].append(k.to_map() if k else None)
|
|
21730
|
+
if self.start_time is not None:
|
|
21731
|
+
result['StartTime'] = self.start_time
|
|
21732
|
+
return result
|
|
21733
|
+
|
|
21734
|
+
def from_map(self, m: dict = None):
|
|
21735
|
+
m = m or dict()
|
|
21736
|
+
if m.get('EndTime') is not None:
|
|
21737
|
+
self.end_time = m.get('EndTime')
|
|
21738
|
+
if m.get('MultimodalSearchTypes') is not None:
|
|
21739
|
+
self.multimodal_search_types = m.get('MultimodalSearchTypes')
|
|
21740
|
+
self.search_sources = []
|
|
21741
|
+
if m.get('SearchSources') is not None:
|
|
21742
|
+
for k in m.get('SearchSources'):
|
|
21743
|
+
temp_model = ListSearchTaskDialoguesResponseBodyDataChatConfigSearchParamSearchSources()
|
|
21744
|
+
self.search_sources.append(temp_model.from_map(k))
|
|
21745
|
+
if m.get('StartTime') is not None:
|
|
21746
|
+
self.start_time = m.get('StartTime')
|
|
21747
|
+
return self
|
|
21748
|
+
|
|
21749
|
+
|
|
21750
|
+
class ListSearchTaskDialoguesResponseBodyDataChatConfig(TeaModel):
|
|
21751
|
+
def __init__(
|
|
21752
|
+
self,
|
|
21753
|
+
dialogue_type: int = None,
|
|
21754
|
+
end_to_end: bool = None,
|
|
21755
|
+
generate_level: str = None,
|
|
21756
|
+
generate_technology: str = None,
|
|
21757
|
+
search_models: List[str] = None,
|
|
21758
|
+
search_param: ListSearchTaskDialoguesResponseBodyDataChatConfigSearchParam = None,
|
|
21759
|
+
):
|
|
21760
|
+
self.dialogue_type = dialogue_type
|
|
21761
|
+
self.end_to_end = end_to_end
|
|
21762
|
+
self.generate_level = generate_level
|
|
21763
|
+
self.generate_technology = generate_technology
|
|
21764
|
+
self.search_models = search_models
|
|
21765
|
+
self.search_param = search_param
|
|
21766
|
+
|
|
21767
|
+
def validate(self):
|
|
21768
|
+
if self.search_param:
|
|
21769
|
+
self.search_param.validate()
|
|
21770
|
+
|
|
21771
|
+
def to_map(self):
|
|
21772
|
+
_map = super().to_map()
|
|
21773
|
+
if _map is not None:
|
|
21774
|
+
return _map
|
|
21775
|
+
|
|
21776
|
+
result = dict()
|
|
21777
|
+
if self.dialogue_type is not None:
|
|
21778
|
+
result['DialogueType'] = self.dialogue_type
|
|
21779
|
+
if self.end_to_end is not None:
|
|
21780
|
+
result['EndToEnd'] = self.end_to_end
|
|
21781
|
+
if self.generate_level is not None:
|
|
21782
|
+
result['GenerateLevel'] = self.generate_level
|
|
21783
|
+
if self.generate_technology is not None:
|
|
21784
|
+
result['GenerateTechnology'] = self.generate_technology
|
|
21785
|
+
if self.search_models is not None:
|
|
21786
|
+
result['SearchModels'] = self.search_models
|
|
21787
|
+
if self.search_param is not None:
|
|
21788
|
+
result['SearchParam'] = self.search_param.to_map()
|
|
21789
|
+
return result
|
|
21790
|
+
|
|
21791
|
+
def from_map(self, m: dict = None):
|
|
21792
|
+
m = m or dict()
|
|
21793
|
+
if m.get('DialogueType') is not None:
|
|
21794
|
+
self.dialogue_type = m.get('DialogueType')
|
|
21795
|
+
if m.get('EndToEnd') is not None:
|
|
21796
|
+
self.end_to_end = m.get('EndToEnd')
|
|
21797
|
+
if m.get('GenerateLevel') is not None:
|
|
21798
|
+
self.generate_level = m.get('GenerateLevel')
|
|
21799
|
+
if m.get('GenerateTechnology') is not None:
|
|
21800
|
+
self.generate_technology = m.get('GenerateTechnology')
|
|
21801
|
+
if m.get('SearchModels') is not None:
|
|
21802
|
+
self.search_models = m.get('SearchModels')
|
|
21803
|
+
if m.get('SearchParam') is not None:
|
|
21804
|
+
temp_model = ListSearchTaskDialoguesResponseBodyDataChatConfigSearchParam()
|
|
21805
|
+
self.search_param = temp_model.from_map(m['SearchParam'])
|
|
21806
|
+
return self
|
|
21807
|
+
|
|
21808
|
+
|
|
21658
21809
|
class ListSearchTaskDialoguesResponseBodyData(TeaModel):
|
|
21659
21810
|
def __init__(
|
|
21660
21811
|
self,
|
|
21812
|
+
chat_config: ListSearchTaskDialoguesResponseBodyDataChatConfig = None,
|
|
21661
21813
|
create_time: str = None,
|
|
21662
21814
|
dialogue_type: int = None,
|
|
21663
21815
|
good_text: str = None,
|
|
@@ -21670,6 +21822,7 @@ class ListSearchTaskDialoguesResponseBodyData(TeaModel):
|
|
|
21670
21822
|
task_id: str = None,
|
|
21671
21823
|
text: str = None,
|
|
21672
21824
|
):
|
|
21825
|
+
self.chat_config = chat_config
|
|
21673
21826
|
self.create_time = create_time
|
|
21674
21827
|
self.dialogue_type = dialogue_type
|
|
21675
21828
|
self.good_text = good_text
|
|
@@ -21683,7 +21836,8 @@ class ListSearchTaskDialoguesResponseBodyData(TeaModel):
|
|
|
21683
21836
|
self.text = text
|
|
21684
21837
|
|
|
21685
21838
|
def validate(self):
|
|
21686
|
-
|
|
21839
|
+
if self.chat_config:
|
|
21840
|
+
self.chat_config.validate()
|
|
21687
21841
|
|
|
21688
21842
|
def to_map(self):
|
|
21689
21843
|
_map = super().to_map()
|
|
@@ -21691,6 +21845,8 @@ class ListSearchTaskDialoguesResponseBodyData(TeaModel):
|
|
|
21691
21845
|
return _map
|
|
21692
21846
|
|
|
21693
21847
|
result = dict()
|
|
21848
|
+
if self.chat_config is not None:
|
|
21849
|
+
result['ChatConfig'] = self.chat_config.to_map()
|
|
21694
21850
|
if self.create_time is not None:
|
|
21695
21851
|
result['CreateTime'] = self.create_time
|
|
21696
21852
|
if self.dialogue_type is not None:
|
|
@@ -21717,6 +21873,9 @@ class ListSearchTaskDialoguesResponseBodyData(TeaModel):
|
|
|
21717
21873
|
|
|
21718
21874
|
def from_map(self, m: dict = None):
|
|
21719
21875
|
m = m or dict()
|
|
21876
|
+
if m.get('ChatConfig') is not None:
|
|
21877
|
+
temp_model = ListSearchTaskDialoguesResponseBodyDataChatConfig()
|
|
21878
|
+
self.chat_config = temp_model.from_map(m['ChatConfig'])
|
|
21720
21879
|
if m.get('CreateTime') is not None:
|
|
21721
21880
|
self.create_time = m.get('CreateTime')
|
|
21722
21881
|
if m.get('DialogueType') is not None:
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '1.22.1'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|