Skip to content

Commit 16cc193

Browse files
committed
Remove duplicate experimental
1 parent 406b400 commit 16cc193

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

dotnet/src/Agents/Abstractions/IAgentThreadRetrievable.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,5 @@ public interface IAgentThreadRetrievable
3636
/// <param name="cancellationToken">The <see cref="CancellationToken"/> to monitor for cancellation requests. The default is <see cref="CancellationToken.None"/>.</param>
3737
/// <returns>The messages in the thread.</returns>
3838
/// <exception cref="InvalidOperationException">The thread has been deleted.</exception>
39-
[Experimental("SKEXP0110")]
4039
IAsyncEnumerable<ChatMessageContent> GetMessagesAsync(CancellationToken cancellationToken = default);
4140
}

0 commit comments

Comments
 (0)