switch (toolName) {
case addCommentToolName:
displayName: localize('toolName.addComment', "Add Comment"),
invocationMessage: localize('toolInvoke.addComment', "Adding comment"),
pastTenseMessage: localize('toolComplete.addComment', "Added comment"),
};
case listCommentsToolName: {
let pastTenseMessage: StringOrMarkdown;