llm
llm copied to clipboard
How to cut off the LLM in chat mode
Frequently the LLM starts typing an answer and I want to give it more feedback because it's not quite typing the right thing. I don't know how to stop the agent responding so I can type some more stuff.
I can hit "ctrl+C" but this quits the entire chat session which I then need to restart with "llm chat -c" but it seems like there must be a better way.
I checked the docs and the help output and didn't see any answers here.