Skip to content

Commit af47f30

Browse files
committed
Fix test Get_structured_response_with_extra_data_from_ChatGPT
1 parent 3a35b75 commit af47f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/OpenAI.ChatGpt.IntegrationTests/OpenAiClientTests/OpenAiClient_GetAsObjectTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public async void Get_structured_response_with_ENUM_from_ChatGPT()
5858
public async void Get_structured_response_with_extra_data_from_ChatGPT()
5959
{
6060
var message =
61-
Dialog.StartAsSystem("Just answer the questions.")
61+
Dialog.StartAsSystem("You are a smart oracle.")
6262
.ThenUser("In what year was the city of Almaty originally founded?");
6363
var response = await _client.GetStructuredResponse<City>(message);
6464
response.Should().NotBeNull();

0 commit comments

Comments
 (0)