formatWith method
Implementation
@override
AgentTextContent formatWith(Map<String, String> values) {
return AgentTextContent(text: text.formatWith(values));
}
@override
AgentTextContent formatWith(Map<String, String> values) {
return AgentTextContent(text: text.formatWith(values));
}