We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a35b75 commit af47f30Copy full SHA for af47f30
tests/OpenAI.ChatGpt.IntegrationTests/OpenAiClientTests/OpenAiClient_GetAsObjectTests.cs
@@ -58,7 +58,7 @@ public async void Get_structured_response_with_ENUM_from_ChatGPT()
58
public async void Get_structured_response_with_extra_data_from_ChatGPT()
59
{
60
var message =
61
- Dialog.StartAsSystem("Just answer the questions.")
+ Dialog.StartAsSystem("You are a smart oracle.")
62
.ThenUser("In what year was the city of Almaty originally founded?");
63
var response = await _client.GetStructuredResponse<City>(message);
64
response.Should().NotBeNull();
0 commit comments