1 write to Update
Microsoft.AspNetCore.Components.AI (1)
Pipeline\StateMapperContext.cs (1)
18Update = update;
15 references to Update
Microsoft.AspNetCore.Components.AI (15)
Pipeline\StateMapperContext.cs (15)
34var contents = Update.Contents; 53var contents = Update.Contents; 87return Update; 91var contents = Update.Contents; 102Role = Update.Role, 103AuthorName = Update.AuthorName, 104MessageId = Update.MessageId, 105ResponseId = Update.ResponseId, 106ConversationId = Update.ConversationId, 107CreatedAt = Update.CreatedAt, 108FinishReason = Update.FinishReason, 109ModelId = Update.ModelId, 110ContinuationToken = Update.ContinuationToken, 111RawRepresentation = Update.RawRepresentation, 112AdditionalProperties = Update.AdditionalProperties,