File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
sdk/src/test/java/io/dapr/client Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1400,7 +1400,7 @@ public void converseAlpha2ShouldThrowIllegalArgumentExceptionWhenInputIsNull() {
14001400
14011401 IllegalArgumentException exception = assertThrows (IllegalArgumentException .class , () ->
14021402 previewClient .converseAlpha2 (request ).block ());
1403- assertEquals ("LLM name cannot be null or empty." , exception .getMessage ());
1403+ assertEquals ("Conversation Inputs cannot be null or empty." , exception .getMessage ());
14041404 }
14051405
14061406 @ Test
@@ -1409,7 +1409,7 @@ public void converseAlpha2ShouldThrowIllegalArgumentExceptionWhenInputIsEmpty()
14091409
14101410 IllegalArgumentException exception = assertThrows (IllegalArgumentException .class , () ->
14111411 previewClient .converseAlpha2 (request ).block ());
1412- assertEquals ("LLM name cannot be null or empty." , exception .getMessage ());
1412+ assertEquals ("Conversation Inputs cannot be null or empty." , exception .getMessage ());
14131413 }
14141414
14151415 @ Test
You can’t perform that action at this time.
0 commit comments