Skip to content

Commit

Permalink
test: Added Experimental.
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Oct 25, 2024
1 parent a5d14a2 commit 3ae17f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
// using System.Diagnostics.CodeAnalysis;
//
// namespace OpenAI.IntegrationTests.Examples;
//
// public partial class Examples
// {
// [Test]
// [Explicit]
// [Experimental("OPENAI_BETA_001")]
// public async Task AssistantsWithVision()
// {
// using var api = GetAuthenticatedClient();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
// using System.Diagnostics.CodeAnalysis;
//
// namespace OpenAI.IntegrationTests.Examples;
//
// public partial class Examples
// {
// [Test]
// [Explicit]
// [Experimental("OPENAI_BETA_001")]
// public async Task Assistants_FunctionCallingStreaming()
// {
// using var api = GetAuthenticatedClient();
Expand Down

0 comments on commit 3ae17f4

Please sign in to comment.