Skip to content

Commit

Permalink
.Net: Removed experimental flag from FunctionResult rendered prompt p…
Browse files Browse the repository at this point in the history
…roperty (#9688)
  • Loading branch information
dmytrostruk authored Nov 14, 2024
1 parent 78b6990 commit cc031ee
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Globalization;

namespace Microsoft.SemanticKernel;
Expand Down Expand Up @@ -72,7 +71,6 @@ public FunctionResult(FunctionResult result, object? value = null)
/// <summary>
/// Gets the prompt used during function invocation if any was rendered.
/// </summary>
[Experimental("SKEXP0001")]
public string? RenderedPrompt { get; internal set; }

/// <summary>
Expand Down

0 comments on commit cc031ee

Please sign in to comment.