summarize_function
Analyze a single function to extract its summary, keywords, and call edges using an LLM, enriching the code graph for deeper analysis.
Instructions
Deep-analyze a single function with LLM (summary + call extraction).
Call this after query_graph() to enrich specific functions. Results (summary, keywords, call edges) are stored in the graph and become available to get_callers(), get_callees(), get_call_path().
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| function_name | Yes | Name of the function to analyze | |
| workspace_path | No | Target workspace (default: last configured) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |