Skip to content

Commit

Permalink
Fix test Get_structured_response_with_extra_data_from_ChatGPT
Browse files Browse the repository at this point in the history
  • Loading branch information
rodion-m committed Jul 2, 2023
1 parent 3a35b75 commit af47f30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public async void Get_structured_response_with_ENUM_from_ChatGPT()
public async void Get_structured_response_with_extra_data_from_ChatGPT()
{
var message =
Dialog.StartAsSystem("Just answer the questions.")
Dialog.StartAsSystem("You are a smart oracle.")
.ThenUser("In what year was the city of Almaty originally founded?");
var response = await _client.GetStructuredResponse<City>(message);
response.Should().NotBeNull();
Expand Down

0 comments on commit af47f30

Please sign in to comment.