Updates to display rich and localized tool messages#407
Conversation
| "toolReferenceName": "pythonGetEnvironmentInfo", | ||
| "tags": [], | ||
| "tags": [ | ||
| "ms-python.python" |
There was a problem hiding this comment.
To be used elsewhere.
| { | ||
| "name": "python_install_package", | ||
| "displayName": "Install Python Package", | ||
| "userDescription": "Installs Python packages in the given workspace", |
There was a problem hiding this comment.
wonder if its worth clarifying that it isn't the workspace but instead installed in the environment connected to the resource provided as an arg? Or do we think that will be too confusing? (also noticing the modelDescription is similar so this is likely a mistake I made earlier
There was a problem hiding this comment.
We don't do that for the model? hence not sure how useful it would be.
I would have thought more useful messages/info should be for the model vs user.
Are you suggesting we change this for the model as well.
As for user, I'm not sure it will make much sense to the user. I'm assuming the user would expect that behaviour out of the box.
No description provided.