get_style_guide
Retrieve Markdown-formatted coding style guidelines for a specified programming language to ensure adherence to best practices and standards.
Instructions
Get coding style guidelines for the specified language in Markdown format
Input Schema
Name | Required | Description | Default |
---|---|---|---|
language | Yes |
Input Schema (JSON Schema)
{
"properties": {
"language": {
"title": "Language",
"type": "string"
}
},
"required": [
"language"
],
"title": "get_style_guideArguments",
"type": "object"
}