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
LLM-Based Reranking: Implemented reranking logic in the retrieval tool to
improve document snippet relevance using a new rerank_records method and
associated prompt template.
Prompt Suggestions: Introduced a /prompt suggest subcommand that
generates context-aware follow-up prompts based on conversation history,
including specialized templates for coding and roleplaying.
CLI User Experience: Enhanced the command-line interface by replacing
generic prompts with flavorful, context-aware messages across model, RAG,
persona, and session management.
Observability: Added detailed info logging within Chat#generate to
track prompt, model, and generation details.
Interaction Logic: Expanded choose_prompt and choose_system_prompt to
support custom prompt messages and updated internal signatures for entry
selection.