Function format_current_context
Source pub fn format_current_context(context: &CurrentContext) -> String
Expand description
Format the current context into a readable string.
§Arguments
context - The current context containing query, plan, and history.
§Returns
A formatted multi-line string describing the current context.