2 writes to Text
aspire (2)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
659Text = (c as ModelContextProtocol.Protocol.TextContentBlock)?.Text
BackchannelJsonSerializerContext.McpToolContentItem.g.cs (1)
32ObjectWithParameterizedConstructorCreator = 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)
81Getter = static obj => ((global::Aspire.Cli.Backchannel.McpToolContentItem)obj).Text, 110writer.WriteString(PropName_Text, ((global::Aspire.Cli.Backchannel.McpToolContentItem)value).Text);