@@ -23,7 +23,7 @@ def test_assistant_skill_trigger_valid_creation(self):
2323 trigger .get_dict_repr (), {"name" : "test" ,
2424 "functionDescription" : "description" ,
2525 "functionName" : "test_function_name" ,
26- "parameterDescriptionJson" : "test_json"
26+ "parameterDescriptionJson" : "test_json" ,
2727 "dataType" : DataType .UNDEFINED ,
2828 'type' : 'assistantSkillTrigger' ,
2929 'dummyField' : 'dummy' ,
@@ -120,7 +120,7 @@ def test_assistant_post_input_valid_creation(self):
120120 user_message = "test_message" ,
121121 temperature = "1" ,
122122 max_tokens = "1" ,
123- is_reasoning_model = False
123+ is_reasoning_model = False ,
124124 data_type = DataType .UNDEFINED ,
125125 dummy_field = "dummy" )
126126 self .assertEqual (input .get_binding_name (),
@@ -152,7 +152,7 @@ def test_semantic_search_input_valid_creation(self):
152152 max_knowledge_count = 1 ,
153153 temperature = "1" ,
154154 max_tokens = "1" ,
155- is_reasoning_model = False
155+ is_reasoning_model = False ,
156156 dummy_field = "dummy_field" )
157157 self .assertEqual (input .get_binding_name (),
158158 "semanticSearch" )
0 commit comments