1 write to Id
Microsoft.AspNetCore.Components.AI (1)
Pipeline\TextBlockHandler.cs (1)
41state.Id = context.Update.MessageId ?? Guid.NewGuid().ToString("N");
5 references to Id
Microsoft.AspNetCore.Components.AI (5)
Pipeline\BlockMappingPipeline.cs (3)
58BlockMappingPipelineLog.ActiveHandlerResult(_logger, active.Block.GetType().Name, result.Kind.ToString(), active.Block.Id); 106BlockMappingPipelineLog.EmittingBlock(_logger, emitBlock.GetType().Name, emitBlock.Id, emitBlock.Role?.Value); 143if (string.IsNullOrEmpty(block.Id))
Pipeline\TextBlockHandler.cs (2)
27if (state.Id != string.Empty) 39if (state.Id == string.Empty)