5.3. Checking your history of interactions with the command-line assistant
To view answers that the command-line assistant powered by RHEL Lightspeed provided you with previously, you can access your conversation history with the assistant.
Prerequisites
- You have installed the command-line assistant powered by RHEL Lightspeed. See the Installing the command-line assistant powered by RHEL Lightspeed documentation.
Procedure
Use the
c historycommand to parse your conversation history. For example:Fetch all user history:
$ c history --allAccess the first conversation from history:
$ c history --firstAccess the last conversation from history:
$ c history --lastFilter your history conversation to search for a term to retrieve all questions and answers related to that word:
$ c history --filter "podman"Clear all the user history:
$ c history --clear