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`
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 https://github.com/s-kostyaev/ellama/blob/8270e71c335b1656384e6c1b9d61c2a7ecc65bbb/ellama.el#L1592
)
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 .
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.
Similar to #255