You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is already ways to create a session both by command line and via REPL:
aichat --session TEST_SESSION --save-session
However, there seems to be no way to do targeted deletion of named sessions.
Could be any of:
aichat --session TEST_SESSION --delete-session
or aichat --delete TEST_SESSION
or
other similar (And equivalent REPL that automatically deletes a known specific named session).
Additional context
This is useful for scripts that create a session automatically. In many cases, it is preferable to clear the existing named session (from a previous script run) before beginning a new session that is carried across a series of aichat commands.
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
There is already ways to create a session both by command line and via REPL:
aichat --session TEST_SESSION --save-session
However, there seems to be no way to do targeted deletion of named sessions.
Could be any of:
aichat --session TEST_SESSION --delete-session
or
aichat --delete TEST_SESSION
or
other similar (And equivalent REPL that automatically deletes a known specific named session).
Additional context
This is useful for scripts that create a session automatically. In many cases, it is preferable to clear the existing named session (from a previous script run) before beginning a new session that is carried across a series of aichat commands.
The text was updated successfully, but these errors were encountered: