@@ -66,8 +66,8 @@ def test_generic_data_row_type_by_data_row_id(
66
66
(MediaType .Video , GenericDataRowData ),
67
67
(MediaType .Conversational , GenericDataRowData ),
68
68
(MediaType .Document , GenericDataRowData ),
69
- (MediaType .LLMPromptResponseCreation , GenericDataRowData ),
70
- (MediaType .LLMPromptCreation , GenericDataRowData ),
69
+ # (MediaType.LLMPromptResponseCreation, GenericDataRowData),
70
+ # (MediaType.LLMPromptCreation, GenericDataRowData),
71
71
(OntologyKind .ResponseCreation , GenericDataRowData )
72
72
],
73
73
)
@@ -100,8 +100,8 @@ def test_generic_data_row_type_by_global_key(
100
100
(MediaType .Conversational , MediaType .Conversational ),
101
101
(MediaType .Document , MediaType .Document ),
102
102
(MediaType .Dicom , MediaType .Dicom ),
103
- (MediaType .LLMPromptResponseCreation , MediaType .LLMPromptResponseCreation ),
104
- (MediaType .LLMPromptCreation , MediaType .LLMPromptCreation ),
103
+ # (MediaType.LLMPromptResponseCreation, MediaType.LLMPromptResponseCreation),
104
+ # (MediaType.LLMPromptCreation, MediaType.LLMPromptCreation),
105
105
(OntologyKind .ResponseCreation , OntologyKind .ResponseCreation )
106
106
],
107
107
indirect = ["configured_project" ]
@@ -220,8 +220,8 @@ def test_import_media_types_by_global_key(
220
220
(MediaType .Conversational , MediaType .Conversational ),
221
221
(MediaType .Document , MediaType .Document ),
222
222
(MediaType .Dicom , MediaType .Dicom ),
223
- (MediaType .LLMPromptResponseCreation , MediaType .LLMPromptResponseCreation ),
224
- (MediaType .LLMPromptCreation , MediaType .LLMPromptCreation ),
223
+ # (MediaType.LLMPromptResponseCreation, MediaType.LLMPromptResponseCreation),
224
+ # (MediaType.LLMPromptCreation, MediaType.LLMPromptCreation),
225
225
(OntologyKind .ResponseCreation , OntologyKind .ResponseCreation )
226
226
],
227
227
indirect = ["configured_project" ]
0 commit comments