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