Skip to content

Commit 7f95cf9

Browse files
authored
fix(issue#111): Incorrect help message for Show Thinking (#113)
1 parent b1aeedf commit 7f95cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcp_client_for_ollama/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ async def toggle_show_thinking(self):
624624
if not self.thinking_mode:
625625
self.console.print(Panel(
626626
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"
627+
f"Enable thinking mode first using [bold cyan]thinking-mode[/bold cyan] or [bold cyan]tm[/bold cyan] command.\n"
628628
f"This setting only applies when thinking mode is active.",
629629
title="Show Thinking Setting", border_style="yellow", expand=False
630630
))

0 commit comments

Comments
 (0)