Skip to content

Commit ade00a7

Browse files
HavenDVclaude
andcommitted
Fix build errors in Example test files
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8630314 commit ade00a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/tests/IntegrationTests/Examples/MagicPrompt.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ public async Task Example_MagicPrompt()
2323
ClassifyPromptCategory = true,
2424
});
2525

26-
Console.WriteLine($"Enhanced prompt: {response.Prompt}");
26+
Console.WriteLine($"Enhanced prompt: {response.MagicPrompt}");
2727

28-
response.Prompt.Should().NotBeNullOrEmpty();
28+
response.MagicPrompt.Should().NotBeNullOrEmpty();
2929
}
3030
}

0 commit comments

Comments
 (0)