2 writes to _text
Microsoft.Extensions.AI.Abstractions (2)
Contents\TextContent.cs (2)
21
_text
= text;
31
set =>
_text
= value;
1 reference to _text
Microsoft.Extensions.AI.Abstractions (1)
Contents\TextContent.cs (1)
30
get =>
_text
?? string.Empty;