Add AG-UI Blazor sample

This commit is contained in:
Javier Calvarro Nelson
2025-11-13 20:08:34 +01:00
Unverified
parent 0d9ae1920d
commit 0340531f3a
139 changed files with 9595 additions and 1 deletions
@@ -0,0 +1,19 @@
<<<<<<< HEAD
<<<<<<< HEAD
// Copyright (c) Microsoft. All rights reserved.
=======
// Copyright (c) Microsoft. All rights reserved.
>>>>>>> beabff3e (Update the dojo samples)
=======
// Copyright (c) Microsoft. All rights reserved.
>>>>>>> 660dee85 (cleanups)
using System.Text.Json.Serialization;
namespace AGUIDojoServer.PredictiveStateUpdates;
internal sealed class DocumentState
{
[JsonPropertyName("document")]
public string Document { get; set; } = string.Empty;
}