Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: when non-nil, have the interactive minibuffer prompt of functions that target ellama--current-session-id (e.g. ellama-chat) contain ellama--current-session-id #154

Open
hab25 opened this issue Jul 28, 2024 · 1 comment

Comments

@hab25
Copy link

hab25 commented Jul 28, 2024

E.g.:

If this feature were implemented, when interactively calling #'ellama-chat in a situation where ellama--current-session-id would be the targetted session (logic is at https://github.com/s-kostyaev/ellama/blob/8270e71c335b1656384e6c1b9d61c2a7ecc65bbb/ellama.el#L1610C3-L1629C38)
and (equal ellama--current-session-id "Meaning of life (Claude)") is t,
the minibuffer prompt would be something like "Ask ellama [Meaning of life (Claude)]:" instead of just "Ask ellama:" (see

ellama/ellama.el

Line 1592 in 8270e71

(interactive "sAsk ellama: ")

)

Like this issue's title hints at, it would probably be most helpful if this were done for all similar functions e.g. #'ellama-ask-about .

@hab25
Copy link
Author

hab25 commented Jul 28, 2024

This would be useful for the user to better identify which session they will be chatting with, especially in cases where they are concurrently participating in multiple ellama chats.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant