We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1aeedf commit 7f95cf9Copy full SHA for 7f95cf9
mcp_client_for_ollama/client.py
@@ -624,7 +624,7 @@ async def toggle_show_thinking(self):
624
if not self.thinking_mode:
625
self.console.print(Panel(
626
f"[bold yellow]Thinking mode is currently disabled[/bold yellow]\n\n"
627
- f"Enable thinking mode first using [bold cyan]thinking[/bold cyan] or [bold cyan]th[/bold cyan] command.\n"
+ f"Enable thinking mode first using [bold cyan]thinking-mode[/bold cyan] or [bold cyan]tm[/bold cyan] command.\n"
628
f"This setting only applies when thinking mode is active.",
629
title="Show Thinking Setting", border_style="yellow", expand=False
630
))
0 commit comments