update_config
Modify and apply configuration settings to optimize code context extraction, import analysis, and token usage for AI-assisted programming in TypeScript, JavaScript, Python, Go, and Rust.
Instructions
Update configuration settings
Input Schema
Name | Required | Description | Default |
---|---|---|---|
config | Yes | Configuration updates to apply |
Input Schema (JSON Schema)
{
"properties": {
"config": {
"description": "Configuration updates to apply",
"type": "object"
}
},
"required": [
"config"
],
"type": "object"
}