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; 102return Update; 106var contents = Update.Contents; 117Role = Update.Role, 118AuthorName = Update.AuthorName, 119MessageId = Update.MessageId, 120ResponseId = Update.ResponseId, 121ConversationId = Update.ConversationId, 122CreatedAt = Update.CreatedAt, 123FinishReason = Update.FinishReason, 124ModelId = Update.ModelId, 125ContinuationToken = Update.ContinuationToken, 126RawRepresentation = Update.RawRepresentation, 127AdditionalProperties = Update.AdditionalProperties,