2 writes to Text
aspire (2)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
659
Text
= (c as ModelContextProtocol.Protocol.TextContentBlock)?.Text
BackchannelJsonSerializerContext.McpToolContentItem.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Aspire.Cli.Backchannel.McpToolContentItem(){ Type = (string)args[0],
Text
= (string)args[1] },
2 references to Text
aspire (2)
BackchannelJsonSerializerContext.McpToolContentItem.g.cs (2)
81
Getter = static obj => ((global::Aspire.Cli.Backchannel.McpToolContentItem)obj).
Text
,
110
writer.WriteString(PropName_Text, ((global::Aspire.Cli.Backchannel.McpToolContentItem)value).
Text
);