- Support for the web search connector, an option which causes Cohere to run a web search and use the results to help inform the response to the prompt. [2](https://github.com/simonw/llm-command-r/issues/2)
- Trigger this for a prompt using the `-o websearch 1` option, for example `llm -m command-r-plus 'what is shot-scraper?' -o websearch 1`
- Or use the new `llm command-r-search` command, which will display the list of documents that were used after showing the output of the prompt: `llm command-r-search 'what is shot-scraper?'`.