get_profile_context
Retrieve repository context using profile settings to analyze and process code files. Configurable with refresh option to update file selection for accurate, real-time insights.
Instructions
Get repository context based on current profile settings
Input Schema
Name | Required | Description | Default |
---|---|---|---|
refresh | No | Whether to refresh file selection before generating context |
Input Schema (JSON Schema)
{
"properties": {
"refresh": {
"default": false,
"description": "Whether to refresh file selection before generating context",
"type": "boolean"
}
},
"type": "object"
}